Skip to content

Commit

Permalink
(tests) Check if it's still compatible with REL1_35
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspec committed Dec 15, 2024
1 parent 419a7fa commit 348a2a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 348a2a3

Please sign in to comment.