Skip to content

Commit

Permalink
Update workflow: Drop REL1_40 from CI (T11809)
Browse files Browse the repository at this point in the history
from miraheze/.github (miraheze/.github@bfc5f2d)
  • Loading branch information
Universal-Omega committed Feb 26, 2024
1 parent 20d296a commit 705db00
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/mediawiki-tests.yml
Expand Up @@ -13,19 +13,12 @@ jobs:
matrix:
include:
# Latest MediaWiki stable - PHP 8.1
- mw: 'REL1_40'
- mw: 'REL1_41'
php: 8.1
php-docker: 81
composer-test: true
experimental: false

# Latest MediaWiki release branch - PHP 8.1
- mw: 'REL1_41'
php: 8.1
php-docker: 81
composer-test: false
experimental: true

# Latest MediaWiki master - PHP 8.1
- mw: 'master'
php: 8.1
Expand Down

0 comments on commit 705db00

Please sign in to comment.