We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499789f commit 538245cCopy full SHA for 538245c
2 files changed
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
24
services:
25
postgres:
26
- image: postgres:${{ env.POSTGRES_VERSION }}
+ image: postgres:18
27
env:
28
POSTGRES_PASSWORD: postgres
29
POSTGRES_DB: streamsource_test
@@ -36,7 +36,7 @@ jobs:
36
- 5432:5432
37
38
redis:
39
- image: redis:${{ env.REDIS_VERSION }}
+ image: redis:8
40
options: >-
41
--health-cmd "redis-cli ping"
42
--health-interval 10s
.github/workflows/pr-validation.yml
@@ -25,7 +25,7 @@ jobs:
30
31
@@ -38,7 +38,7 @@ jobs:
43
44
0 commit comments