Skip to content

Commit

Permalink
don't run sf 3.4 and 4 with php8
Browse files Browse the repository at this point in the history
  • Loading branch information
karser committed Dec 18, 2023
1 parent 692005a commit 0066c2c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ jobs:
php: ['7.1', '7.2', '7.4', '8.0', '8.1', '8.2', '8.3']
symfony: ['^3.4', '^4.0', '^5.0', '^6.0', '^7.0']
exclude:
- symfony: ^3.4
php: 8.1
- symfony: ^3.4
php: 8.2
- symfony: ^3.4
php: 8.3
- symfony: ^4.0
php: 8.1
- symfony: ^4.0
php: 8.2
- symfony: ^4.0
php: 8.3
- symfony: ^5.0
php: 7.1
- symfony: ^6.0
Expand All @@ -35,17 +47,6 @@ jobs:
php: 8.0
- symfony: ^7.0
php: 8.1
include:
- symfony: ^6.0
php: 8.0
- symfony: ^6.0
php: 8.1
- symfony: ^6.0
php: 8.2
- symfony: ^7.0
php: 8.2
- symfony: ^7.0
php: 8.3
fail-fast: false
name: PHPUnit (PHP ${{ matrix.php }}) (Symfony ${{ matrix.symfony }})
steps:
Expand Down

0 comments on commit 0066c2c

Please sign in to comment.