Skip to content

Commit

Permalink
Test on postgres 15
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Aug 1, 2024
1 parent 5925d46 commit 16c3288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
node-version: [20.x]
services:
postgres:
image: postgres:14
image: postgres:15
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
firefox: [ 'latest-esr' ]
services:
postgres:
image: postgres:14
image: postgres:15
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 16c3288

Please sign in to comment.