We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b500127 commit 1eac04dCopy full SHA for 1eac04d
1 file changed
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
SYMFONY_REQUIRE: ${{ matrix.symfony }}
18
SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.symfony-deprecations }}
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
+ DB_DSN_POSTGRESQL: pgsql://test:test@127.0.0.1/craue_form_flow_tests?serverVersion=18.1
21
DB_DSN_SQLITE: sqlite:///sqlite.db
22
23
strategy:
@@ -60,7 +60,7 @@ jobs:
60
- 3306:3306
61
62
postgres:
63
- image: postgres
+ image: postgres:18.1
64
env:
65
POSTGRES_USER: test
66
POSTGRES_PASSWORD: test
0 commit comments