Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Update workflow: Use PHP 8.1 for 1.39
Browse files Browse the repository at this point in the history
from WikiForge/.github (WikiForge/.github@7d98657)
  • Loading branch information
Universal-Omega committed Dec 12, 2023
1 parent 795c7c6 commit e220413
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mediawiki-tests.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 e220413

Please sign in to comment.