Skip to content

Commit

Permalink
Update CI test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Sep 6, 2023
1 parent 7396e49 commit d5e9a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.19.x, 1.20.x, 1.21.x]

services:
postgres:
image: postgis/postgis:14-3.3-alpine
image: postgis/postgis:15-3.3-alpine
env:
POSTGRES_DB: null_test
POSTGRES_USER: null_test
Expand Down

0 comments on commit d5e9a09

Please sign in to comment.