File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 env :
1717 SYMFONY_REQUIRE : ${{ matrix.symfony }}
1818 SYMFONY_DEPRECATIONS_HELPER : ${{ matrix.symfony-deprecations }}
19- DB_DSN_MYSQL : mysql://test:test@127.0.0.1/craue_form_flow_tests
20- DB_DSN_POSTGRESQL : pgsql://test:test@127.0.0.1/craue_form_flow_tests
19+ DB_DSN_MYSQL : mysql://test:test@127.0.0.1/craue_form_flow_tests?serverVersion=8.0.44
20+ DB_DSN_POSTGRESQL : pgsql://test:test@127.0.0.1/craue_form_flow_tests?serverVersion=18.1
2121 DB_DSN_SQLITE : sqlite:///sqlite.db
2222
2323 strategy :
4545
4646 services :
4747 mysql :
48- image : mysql:${{ (matrix.php == '7.3' && '5.7') || ' 8.0' }}
48+ image : mysql:8.0.44
4949 env :
5050 MYSQL_USER : test
5151 MYSQL_PASSWORD : test
6060 - 3306:3306
6161
6262 postgres :
63- image : postgres
63+ image : postgres:18.1
6464 env :
6565 POSTGRES_USER : test
6666 POSTGRES_PASSWORD : test
You can’t perform that action at this time.
0 commit comments