Skip to content

Commit

Permalink
Do not run 8.4 tests on 8.4 for certain Symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Nov 6, 2024
1 parent e9d6d69 commit 4787cb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
symfony-version: 7.*
- php: '8.1'
symfony-version: 7.*
- php: '8.4'
symfony-version: 4.4.*
- php: '8.4'
symfony-version: 5.*
- php: '8.4'
symfony-version: 6.*
include:
- php: '7.2'
symfony-version: 4.4.*
Expand Down

0 comments on commit 4787cb0

Please sign in to comment.