Skip to content

Commit

Permalink
[TASK] Update CI config
Browse files Browse the repository at this point in the history
Signed-off-by: Torben Hansen <[email protected]>
  • Loading branch information
derhansen committed May 17, 2023
1 parent f901bf9 commit 900ad62
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/UnitFunctionalTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
strategy:
matrix:
env:
- { php: 8.1, typo3: ^12.3 }
- { php: 8.2, typo3: ^12.3 }
- { php: 8.1, typo3: dev-main }
- { php: 8.2, typo3: dev-main }
- { php: 8.1, typo3: ^12.4 }
- { php: 8.2, typo3: ^12.4 }

env: ${{ matrix.env }}

Expand Down

0 comments on commit 900ad62

Please sign in to comment.