Skip to content

Commit

Permalink
Exclude some not compatible strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Nov 4, 2022
1 parent 347c550 commit 5d9a513
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
php: [7.3, 7.4, 8.0]
symfony: [^4.4, ^5.4, ^6.0]

exclude:
-
php: 7.3
symfony: ^6.0
-
php: 7.4
symfony: ^6.0

env:
APP_ENV: test

Expand Down

0 comments on commit 5d9a513

Please sign in to comment.