From 4e12c683d839e7f94047891a5fe59ed341d92417 Mon Sep 17 00:00:00 2001 From: Morne Alberts Date: Thu, 26 Jan 2023 21:42:10 +0200 Subject: [PATCH 1/2] Add MW 1.39 to CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07dd2488..bdbf860d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 From f71cb721210d241fdf14e9e79980c83163de6c5a Mon Sep 17 00:00:00 2001 From: Morne Alberts Date: Thu, 26 Jan 2023 21:45:49 +0200 Subject: [PATCH 2/2] Update CI action versions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdbf860d..8007e042 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: Cache MediaWiki id: cache-mediawiki - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | mediawiki @@ -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 @@ -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