File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 php : ["8.1", "8.2", "8.3", "8.4"]
18- symfony : ["6.4.*", "7.1 .*", "7.2 .*"]
18+ symfony : ["6.4.*", "7.3 .*", "7.4.*", "8.0 .*"]
1919 doctrine-orm : ["^2.14", "^3.0"]
2020 dependency-versions : ["highest"]
2121 composer-stable : ["1"]
3434 can-fail : true
3535 exclude :
3636 - php : " 8.1"
37- symfony : " 7.1 .*"
37+ symfony : " 7.3 .*"
3838 - php : " 8.1"
39- symfony : " 7.2.*"
39+ symfony : " 7.4.*"
40+ - php : " 8.1"
41+ symfony : " 8.0.*"
42+ - php : " 8.2"
43+ symfony : " 8.0.*"
44+ - php : " 8.3"
45+ symfony : " 8.0.*"
46+ - doctrine-orm : " ^2.14"
47+ symfony : " 8.0.*"
4048
4149 name : " PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }} - Doctrine ORM ${{ matrix.doctrine-orm }} - Composer ${{ matrix.dependency-versions }}"
4250
You can’t perform that action at this time.
0 commit comments