Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
thojou committed Feb 28, 2024
1 parent a8556b9 commit 189d857
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,12 @@ jobs:
strategy:
matrix:
include:
- php: 7.2
ilias: release_7
if: BRANCH_NAME == 'release/7'
- php: 7.4
ilias: release_7
if: BRANCH_NAME == 'release/7'
- php: 8.0
ilias: release_8
if: BRANCH_NAME == 'release/8'
- php: 8.1
ilias: release_8
if: BRANCH_NAME == 'release/8'
- php: 8.2
ilias: release_8
if: BRANCH_NAME == 'release/8'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 189d857

Please sign in to comment.