File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,22 @@ jobs:
3030 fail-fast : false
3131 matrix :
3232 php : ["8.3"]
33- symfony : ["^6.4", "~7.3.0 "]
34- sylius : ["~2.0.0", "~2.1.0"]
33+ symfony : ["^6.4", "^7.4 "]
34+ sylius : ["~2.0.0", "~2.1.0", "~2.2.0" ]
3535 database : ["mysql:8.4"]
3636 node : ["22.x"]
3737
38+ exclude :
39+ - sylius : " ~2.0.0"
40+ symfony : " ^7.4"
41+
42+ include :
43+ - php : " 8.3"
44+ symfony : " ^7.4"
45+ sylius : " ~2.2.0"
46+ database : " postgres:16"
47+ node : " 22.x"
48+
3849 env :
3950 APP_ENV : test
4051
97108 uses : actions/upload-artifact@v4
98109 if : failure()
99110 with :
100- name : " Behat logs - ${{ matrix.sylius }}- ${{ github.run_id }}- ${{ github.run_number }}"
111+ name : " Behat logs - Sylius ${{ matrix.sylius }} - ${{ matrix.database }} - ${{ github.run_id }}"
101112 path : etc/build/
102113 if-no-files-found : ignore
103114 compression-level : 6
You can’t perform that action at this time.
0 commit comments