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 c1874f1 commit fdef133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mediawiki-tests.yml
Expand Up @@ -21,15 +21,15 @@ jobs:

# 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: 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 fdef133

Please sign in to comment.