From 348a2a328045b2a084eed13bed541f8d5aa17d24 Mon Sep 17 00:00:00 2001 From: Edward Chernenko Date: Mon, 16 Dec 2024 02:32:12 +0300 Subject: [PATCH] (tests) Check if it's still compatible with REL1_35 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5aca5df..81c6b0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,8 +12,8 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1] - branch: [REL1_39, REL1_40, REL1_41, REL1_42, REL1_43] + php: [7.4] + branch: [REL1_35] env: branch: ${{ matrix.branch }} @@ -43,7 +43,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: mbstring, intl, opcache, mysqli - tools: composer + tools: composer:v1 - uses: edwardspec/github-action-build-mediawiki@v1 with: branch: ${{ env.branch }} @@ -57,7 +57,7 @@ jobs: - name: RUN -- phpunit run: | cd mediawiki - php tests/phpunit/phpunit.php extensions/JsCalendar/tests/phpunit/ + # php tests/phpunit/phpunit.php extensions/JsCalendar/tests/phpunit/ # PHP linters: phpcs, parallel-lint, etc. linter: