Skip to content

Commit

Permalink
Use PHP 8.1 for 1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Dec 12, 2023
1 parent 08e7655 commit 7d98657
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workflow-templates/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
strategy:
matrix:
include:
# Latest MediaWiki LTS - PHP 8.2
# Latest MediaWiki LTS - PHP 8.1
- mw: 'REL1_39'
php: 8.2
php-docker: 82
php: 8.1
php-docker: 81
composer-test: true
experimental: false

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

# Latest MediaWiki release branch - PHP 8.2
# Latest MediaWiki release branch - PHP 8.2
- mw: 'REL1_41'
php: 8.2
php-docker: 82
Expand Down

0 comments on commit 7d98657

Please sign in to comment.