mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-27 17:50:38 +00:00
CI: add PHP 8.1 tests (#23)
This commit is contained in:
parent
ac59cbbd2f
commit
d6b663f922
7
.github/workflows/mediawiki-tests.yml
vendored
7
.github/workflows/mediawiki-tests.yml
vendored
|
@ -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
|
||||
|
|
9
.github/workflows/phpunit-tests.yml
vendored
9
.github/workflows/phpunit-tests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue