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 1ba9f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1]
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 Down

0 comments on commit 1ba9f3e

Please sign in to comment.