File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333 # Latest Symfony version support
3434 - os : macos-latest
3535 php_version : " 8.4"
36- symfony_version : " 7.2 "
36+ symfony_version : " 7.3 "
3737 stability : " stable"
3838 - os : windows-latest
3939 php_version : " 8.4"
40- symfony_version : " 7.2 "
40+ symfony_version : " 7.3 "
4141 stability : " stable"
4242 # LTS Symfony version support
4343 - os : macos-latest
@@ -68,14 +68,19 @@ jobs:
6868 stability : " stable"
6969 - os : ubuntu-latest
7070 php_version : " 8.4"
71- symfony_version : " 7.1 "
71+ symfony_version : " 7.2 "
7272 stability : " stable"
7373 # Upcoming Symfony versions
7474 - os : ubuntu-latest
7575 php_version : " 8.4"
76- symfony_version : " 7.2"
77- stability : " stable"
76+ symfony_version : " 7.4.x"
77+ stability : " dev"
78+ # - os: ubuntu-latest
79+ # php_version: "8.4"
80+ # symfony_version: "8.0.x"
81+ # stability: "dev"
7882 runs-on : ${{ matrix.os }}
83+ continue-on-error : ${{ matrix.stability == 'dev' }}
7984 steps :
8085 - uses : actions/checkout@v4
8186
@@ -111,7 +116,6 @@ jobs:
111116 composer show
112117
113118 - name : Run tests
114- continue-on-error : ${{ matrix.stability == 'dev' || matrix.symfony_version == '7.2' }}
115119 env :
116120 SYMFONY_DEPRECATIONS_HELPER : " max[total]=999999&ignoreFile=./tests/baseline-ignore.txt"
117121 run : |
@@ -120,7 +124,6 @@ jobs:
120124 - name : Run Pretty URLs tests
121125 # Symfony 5.4 version doesn't include the #[Route] attribute needed to run these tests (it only includes the @Route annotation)
122126 if : ${{ matrix.symfony_version != '5.4' && matrix.composer_args != '--prefer-lowest' }}
123- continue-on-error : ${{ matrix.stability == 'dev' || matrix.symfony_version == '7.2' }}
124127 env :
125128 USE_PRETTY_URLS : " 1"
126129 SYMFONY_DEPRECATIONS_HELPER : " max[total]=999999&ignoreFile=./tests/baseline-ignore.txt"
You can’t perform that action at this time.
0 commit comments