CI: add PHP 8.1 tests (#23)

This commit is contained in:
Universal Omega 2021-09-13 16:10:20 -06:00 committed by GitHub
parent ac59cbbd2f
commit d6b663f922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View file

@ -34,7 +34,12 @@ jobs:
# Latest MediaWiki master - PHP 8.0
- mw: 'master'
php: 8.0
php: '8.0'
continue-on-error: true
# Latest MediaWiki master - PHP 8.1
- mw: 'master'
php: 8.1
continue-on-error: true
runs-on: ubuntu-latest

View file

@ -38,9 +38,16 @@ jobs:
# Latest MW master - PHP 8.0
- mw: 'master'
php: 8.0
php: '8.0'
mysql: '8.0'
continue-on-error: true
# Latest MW master - PHP 8.1
- mw: 'master'
php: 8.1
mysql: '8.0'
continue-on-error: true
runs-on: ubuntu-latest
defaults:
run: