We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a79bfa2 + 3ef1db4 commit 49d3819Copy full SHA for 49d3819
.github/workflows/check.yml
@@ -55,7 +55,7 @@ jobs:
55
- run: git diff --exit-code
56
services:
57
postgres:
58
- image: postgres:17-alpine
+ image: postgres:18-alpine
59
ports:
60
- "5432:5432"
61
env:
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
RUST_TEST_THREADS: 1
39
40
41
42
43
44
0 commit comments