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 781b26a + bfdcdc4 commit cb8ca47Copy full SHA for cb8ca47
4 files changed
.github/workflows/build-psql.yml
@@ -11,7 +11,7 @@ jobs:
11
12
services:
13
postgres:
14
- image: postgres
+ image: postgres:17
15
env:
16
POSTGRES_PASSWORD: postgres
17
options: >-
.github/workflows/concepts-psql.yml
@@ -12,7 +12,7 @@ jobs:
18
.github/workflows/equivalence.yml
@@ -15,7 +15,7 @@ jobs:
19
20
21
.github/workflows/sqlite.yml
@@ -7,7 +7,7 @@ jobs:
7
mimic-iv-sqlite:
8
# only run if PR is approved
9
if: github.event.review.state == 'approved'
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
container: python:3.10
steps:
0 commit comments