Skip to content

Commit

Permalink
Deb: Support PG 12-16 and add support Ubuntu 24.04 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj committed Nov 8, 2024
1 parent e349b65 commit 897446f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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 +102,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 +122,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 +142,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 +178,7 @@ jobs:
strategy:
fail-fast: false
matrix:
release: [20.04, 22.04]
release: [20.04, 22.04, 24.04]
max-parallel: 1
steps:
- name: Check out repository
Expand Down

0 comments on commit 897446f

Please sign in to comment.