Skip to content

Commit

Permalink
Updated build for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
snipershady committed Dec 29, 2023
1 parent 957f6c6 commit 59a9b87
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,34 @@ jobs:
exclude:
- php: 7.1
symfony: 5.2
- php: 8.0
symfony: 3.4
- php: 8.1
symfony: 3.4
- php: 8.2
symfony: 3.4
- php: 8.3
symfony: 3.4
- php: 7.1
symfony: 6.0
- php: 7.1
symfony: 7.0
- php: 7.2
symfony: 6.0
- php: 7.2
symfony: 7.0
- php: 7.3
symfony: 6.0
- php: 7.3
symfony: 7.0
- php: 7.4
symfony: 6.0
- php: 7.4
symfony: 7.0
- php: 8.0
symfony: 3.4
- php: 8.0
symfony: 7.0
- php: 8.1
symfony: 3.4
- php: 8.1
symfony: 7.0
- php: 8.2
symfony: 3.4
- php: 8.3
symfony: 3.4
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 59a9b87

Please sign in to comment.