Skip to content

Commit

Permalink
Update workflow: Don't mark experimental for REL1_40
Browse files Browse the repository at this point in the history
from WikiForge/.github (WikiForge/.github@7583abe)
  • Loading branch information
Universal-Omega committed Jul 24, 2023
1 parent c1af9e2 commit 5137f65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mediawiki-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- mw: 'REL1_40'
php: 7.4
php-docker: 74
composer-test: false
experimental: true
composer-test: true
experimental: false

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

# Latest MediaWiki master - PHP 7.4
Expand Down

0 comments on commit 5137f65

Please sign in to comment.