Skip to content

Commit

Permalink
Add ubuntu 24.04 to the testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 4, 2024
1 parent fc3d4f1 commit e2fcace
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [rockylinux9, ubuntu2204]
os: [rockylinux9, ubuntu2204, ubuntu2404]
pg: [pg13, pg14, pg15, pg16]
exclude:
- os: ubuntu2204
pg: pg13
- os: ubuntu2404
pg: pg13
- os: ubuntu2404
pg: pg14
- os: ubuntu2504
pg: pg15
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e2fcace

Please sign in to comment.