mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
ci: 👷 drop MW 1.41 and add MW 1.43 test
This commit is contained in:
parent
07179d50b1
commit
60c63603e5
13
.github/workflows/php-tests.yml
vendored
13
.github/workflows/php-tests.yml
vendored
|
@ -6,23 +6,12 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
name: "PHP tests: MW ${{ matrix.mw }}, PHP ${{ matrix.php }}"
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- mw: 'REL1_39'
|
||||
- mw: [ 'REL1_39', 'REL1_42', 'REL1_43' ]
|
||||
php: 8.1
|
||||
experimental: false
|
||||
- mw: 'REL1_41'
|
||||
php: 8.1
|
||||
experimental: true
|
||||
- mw: 'REL1_42'
|
||||
php: 8.1
|
||||
experimental: true
|
||||
#- mw: 'master'
|
||||
# php: 8.1
|
||||
# experimental: true
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue