Skip to content

Commit

Permalink
Use PHP 8.1
Browse files Browse the repository at this point in the history
PHP 8.2 doesn't work for CI yet
  • Loading branch information
Universal-Omega committed Feb 23, 2024
1 parent bb2914a commit fa4312b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflow-templates/action.yml
Original file line number Diff line number Diff line change
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 fa4312b

Please sign in to comment.