Skip to content

Commit 1eac04d

Browse files
committed
Use PostgreSQL 18.1 explicitly
1 parent b500127 commit 1eac04d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
SYMFONY_REQUIRE: ${{ matrix.symfony }}
1818
SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.symfony-deprecations }}
1919
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
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:
@@ -60,7 +60,7 @@ jobs:
6060
- 3306:3306
6161

6262
postgres:
63-
image: postgres
63+
image: postgres:18.1
6464
env:
6565
POSTGRES_USER: test
6666
POSTGRES_PASSWORD: test

0 commit comments

Comments
 (0)