Skip to content

Commit

Permalink
Update exclude rules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Mar 6, 2024
1 parent 12293d3 commit cd9288b
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,41 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "7.3", "7.4", "8.0", "8.1" ]
php: [ "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
symfony: [ "4.0", "5.0", "6.0", "7.0" ]
exclude:
- php: "8.2"
symfony: "4.0"

- php: "8.3"
symfony: "4.0"

- php: "8.2"
symfony: "5.0"

- php: "8.3"
symfony: "5.0"

- php: "7.3"
symfony: "6.0"

- php: "7.4"
symfony: "6.0"

- php: "8.0"
symfony: "6.0"

- php: "7.3"
symfony: "7.0"

- php: "7.4"
symfony: "7.0"

- php: "8.0"
symfony: "7.0"

- php: "8.1"
symfony: "7.0"

name: PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}

Expand Down

0 comments on commit cd9288b

Please sign in to comment.