Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac authored Nov 8, 2024
1 parent 88ecae8 commit 8468587
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- "^6.0"
- "^7.0"

exclude:
- php-version: "8.1"
symfony: "^7.0"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -110,6 +113,9 @@ jobs:
- "^6.0"
- "^7.0"

exclude:
- php-version: "8.1"
symfony: "^7.0"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -154,8 +160,8 @@ jobs:
- "^7.0"

exclude:
- php-version: "7.4"
symfony: "^6.0"
- php-version: "8.1"
symfony: "^7.0"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 8468587

Please sign in to comment.