Skip to content

Commit

Permalink
Update php 8.3 usage in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Nov 25, 2023
1 parent 44658d6 commit c10703f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
tests:

runs-on: "ubuntu-latest"
continue-on-error: "${{ matrix.php-versions == '8.3' || matrix.symfony == '^6.4' || matrix.symfony == '^7.0' }}"
continue-on-error: "${{ matrix.php-versions == '8.4' || matrix.symfony == '^6.4' || matrix.symfony == '^7.0' }}"
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3', '8.4']
symfony:
- '^5.4'
- '^6.0'
Expand Down

0 comments on commit c10703f

Please sign in to comment.