Skip to content

Commit

Permalink
Merge pull request #372 from ProfessionalWiki/malberts-patch-1
Browse files Browse the repository at this point in the history
Add MW 1.39 to CI
  • Loading branch information
malberts authored Jan 26, 2023
2 parents 5dbf0d8 + f71cb72 commit 7ab9ad9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- mw: 'REL1_38'
php: 8.1
experimental: false
- mw: 'master'
php: 7.4
experimental: true
- mw: 'REL1_39'
php: 8.1
experimental: false
- mw: 'master'
php: 8.0
experimental: true
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Cache MediaWiki
id: cache-mediawiki
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
mediawiki
Expand All @@ -70,12 +70,12 @@ jobs:
key: mw_${{ matrix.mw }}-php${{ matrix.php }}-v20

- name: Cache Composer cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: EarlyCopy

Expand All @@ -84,7 +84,7 @@ jobs:
working-directory: ~
run: bash EarlyCopy/.github/workflows/installWiki.sh ${{ matrix.mw }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: mediawiki/skins/chameleon

Expand Down

0 comments on commit 7ab9ad9

Please sign in to comment.