Skip to content

Commit

Permalink
update versions used for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Dec 3, 2023
1 parent 040de14 commit cb7ada3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ on:
jobs:
tester:
name: Test the code
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
container: ['ubuntu:18.04']
container: ['ubuntu:22.04']
compiler: [gcc]
PGVERSION: [11, 12, 13]
PGVERSION: [12, 13, 14, 15]
COVERAGE: ['0']
APT: ['1']
include:
Expand Down

0 comments on commit cb7ada3

Please sign in to comment.