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.
1 parent e4820ff commit f14a3eeCopy full SHA for f14a3ee
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ concurrency:
6
jobs:
7
matrix:
8
name: Build test matrix
9
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
28
29
test:
30
name: Test -- ${{ matrix.tox_env }}
31
32
needs: matrix
33
strategy:
34
@@ -57,7 +57,7 @@ jobs:
57
tox -e ${{ matrix.tox_env }}
58
services:
59
postgres:
60
- image: postgres:15-alpine
+ image: postgres:16-alpine
61
env:
62
POSTGRES_PASSWORD: password
63
ports:
0 commit comments