Skip to content

Commit

Permalink
Add PHP 7.4 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Nov 22, 2024
1 parent 86409d8 commit d0760b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.1" ]
php: [ "7.4", "8.1" ]
symfony: [ "^5.4", "^6.4" ]
exclude:
-
php: "7.4"
symfony: "^6.4"

steps:
-
Expand Down

0 comments on commit d0760b6

Please sign in to comment.