Skip to content

Commit

Permalink
Alpine doesn't support 12 and 13
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Jul 30, 2024
1 parent 322c251 commit 606687a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
postgres_version: [12, 13, 14, 15, 16]
os: [ubuntu, alpine]
postgres_version: [12, 13, 14, 15, 16]
exclude:
- os: alpine
postgres_version: 12
- os: alpine
postgres_version: 13
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 606687a

Please sign in to comment.