Skip to content

Commit

Permalink
Update workflow: Remove PHP 7.4 and add 1.41 tests
Browse files Browse the repository at this point in the history
from WikiForge/.github (WikiForge/.github@36e6b40)
  • Loading branch information
Universal-Omega committed Nov 19, 2023
1 parent 2b7e75d commit 10f56e3
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions .github/workflows/mediawiki-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,10 @@ jobs:
strategy:
matrix:
include:
# Latest MediaWiki LTS - PHP 7.4
- mw: 'REL1_39'
php: 7.4
php-docker: 74
composer-test: false
experimental: false

# Latest MediaWiki LTS - PHP 8.2
- mw: 'REL1_39'
php: 8.2
php-docker: 82
composer-test: false
experimental: true

# Latest MediaWiki stable - PHP 7.4
- mw: 'REL1_40'
php: 7.4
php-docker: 74
composer-test: true
experimental: false

Expand All @@ -40,19 +26,19 @@ jobs:
composer-test: false
experimental: true

# Latest MediaWiki master - PHP 7.4
- mw: 'master'
php: 7.4
php-docker: 74
experimental: true
# Latest MediaWiki release branch - PHP 8.2
- mw: 'REL1_41'
php: 8.2
php-docker: 82
composer-test: false
experimental: true

# Latest MediaWiki master - PHP 8.2
- mw: 'master'
php: 8.2
php-docker: 82
experimental: true
composer-test: false
experimental: true

with:
mw: ${{ matrix.mw }}
Expand Down

0 comments on commit 10f56e3

Please sign in to comment.