Skip to content

Commit

Permalink
use alpine linux 3.21 for postgres v15, v16 and v17
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Dec 7, 2024
1 parent 44733fc commit f411c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- postgres: '14'
alpine: '3.20'
- postgres: '15'
alpine: '3.20'
alpine: '3.21'
- postgres: '16'
alpine: '3.20'
alpine: '3.21'
- postgres: '17'
alpine: 'edge'
alpine: '3.21'
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit f411c62

Please sign in to comment.