Skip to content

Commit

Permalink
Update workflow: Use PHP 8.1
Browse files Browse the repository at this point in the history
PHP 8.2 doesn't work for CI yet

from miraheze/.github (miraheze/.github@fa4312b)
  • Loading branch information
Universal-Omega committed Feb 23, 2024
1 parent 4699848 commit f25b8e2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/mediawiki-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,24 @@ jobs:
strategy:
matrix:
include:
# Latest MediaWiki stable - PHP 8.2
# Latest MediaWiki stable - PHP 8.1
- mw: 'REL1_40'
php: 8.1
php-docker: 81
composer-test: true
experimental: false

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

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

Expand Down

0 comments on commit f25b8e2

Please sign in to comment.