Skip to content

Commit

Permalink
Include symfony 6.4 and 7.0 to stable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Jan 8, 2024
1 parent c27b2b6 commit 5a6c006
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
tests:

runs-on: "ubuntu-latest"
continue-on-error: "${{ matrix.php-versions == '8.4' || matrix.symfony == '^6.4' || matrix.symfony == '^7.0' }}"
continue-on-error: "${{ matrix.php-versions == '8.4' || matrix.symfony == '^7.1' }}"
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3', '8.4']
Expand All @@ -23,6 +23,8 @@ jobs:
exclude:
- symfony: '^7.0'
php-versions: '8.1'
- symfony: '^7.1'
php-versions: '8.1'

steps:
- uses: "actions/checkout@v4"
Expand All @@ -43,7 +45,7 @@ jobs:
extensions: "intl, xdebug"

- name: "Adapt dependencies"
if: ${{ matrix.symfony == '^6.4' || matrix.symfony == '^7.0' }}
if: ${{ matrix.symfony == '^7.1' }}
run: "composer config minimum-stability dev"

- name: "Install dependencies"
Expand Down

0 comments on commit 5a6c006

Please sign in to comment.