We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1be06 commit e07818dCopy full SHA for e07818d
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
tests:
9
10
runs-on: "ubuntu-latest"
11
- continue-on-error: "${{ matrix.php-versions == '8.5' || matrix.symfony == '7.3.*' }}"
+ continue-on-error: "${{ matrix.php-versions == '8.5' || matrix.symfony == '7.4.*' }}"
12
strategy:
13
matrix:
14
php-versions: ['8.2', '8.3', '8.4', '8.5']
@@ -18,6 +18,7 @@ jobs:
18
- '7.1.*'
19
- '7.2.*'
20
- '7.3.*'
21
+ - '7.4.*'
22
23
steps:
24
- uses: "actions/checkout@v4"
@@ -38,7 +39,7 @@ jobs:
38
39
extensions: "intl, xdebug"
40
41
- name: "Adapt dependencies"
- if: ${{ matrix.symfony == '7.3.*' }}
42
+ if: ${{ matrix.symfony == '7.4.*' }}
43
run: "composer config minimum-stability dev"
44
45
- name: "Install dependencies"
0 commit comments