Skip to content

Commit

Permalink
Test new PG and OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj committed Nov 7, 2024
1 parent e349b65 commit e781b74
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- '**'
tags:
- '*'
workflow_dispatch:
Expand Down Expand Up @@ -83,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: ['11', '12', '13', '14']
pg: ['12', '13', '14', '15', '16']
release: [20.04]
steps:
- name: Check out repository
Expand All @@ -102,7 +104,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: ['11', '12', '13', '14'] # TODO: '15'
pg: ['12', '13', '14', '15', '16']
release: [20.04]
steps:
- name: Check out repository
Expand All @@ -122,7 +124,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: ['11', '12', '13', '14'] # TODO: '15'
pg: ['12', '13', '14', '15', '16']
release: [20.04]
steps:
- name: Check out repository
Expand All @@ -142,7 +144,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: ['11', '12', '13', '14'] # TODO: '15'
pg: ['12', '13', '14', '15', '16']
release: [20.04]
steps:
- name: Check out repository
Expand Down Expand Up @@ -178,7 +180,7 @@ jobs:
strategy:
fail-fast: false
matrix:
release: [20.04, 22.04]
release: [20.04, 22.0, 24.04]
max-parallel: 1
steps:
- name: Check out repository
Expand Down

0 comments on commit e781b74

Please sign in to comment.