Skip to content

Commit

Permalink
Update workflow: Update actor
Browse files Browse the repository at this point in the history
Also fixes to apply miraheze/.github@31b7efd (Update workflow and add more commit information + removes REL1_39, adds REL1_41, and uses PHP 8.1 for REL1_40 and PHP 8.2 for other versions.)

from miraheze/.github (miraheze/.github@ea25fef)
  • Loading branch information
Universal-Omega committed Jan 2, 2024
1 parent 042700f commit c1874f1
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions .github/workflows/mediawiki-tests.yml
Expand Up @@ -12,33 +12,26 @@ jobs:
strategy:
matrix:
include:
# Latest Old MediaWiki stable - PHP 7.4
- mw: 'REL1_39'
php: 7.4
php-docker: 74
composer-test: true
experimental: false

# Latest MediaWiki stable - PHP 7.4
# Latest MediaWiki stable - PHP 8.1
- mw: 'REL1_40'
php: 7.4
php-docker: 74
php: 8.1
php-docker: 81
composer-test: true
experimental: false

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

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

with:
mw: ${{ matrix.mw }}
Expand Down

0 comments on commit c1874f1

Please sign in to comment.