Skip to content

Commit

Permalink
GitHub: remove CI builds for <23, add 26
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Dec 7, 2023
1 parent 677af5a commit a113d6c
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,14 @@ jobs:
strategy:
matrix:
version:
- '26'
- '26/alpine'
- '25'
- '25/alpine'
- '24'
- '24/alpine'
- '23'
- '23/alpine'
- '22'
- '22/alpine'
- '0.21'
- '0.21/alpine'
- '0.20'
- '0.20/alpine'
- '0.19'
- '0.19/alpine'
- '0.18'
- '0.18/alpine'
- '0.17'
- '0.17/alpine'
- '0.16'
- '0.16/alpine'
- '0.13'
- '0.13/alpine'
- '0.12'
- '0.12/alpine'
- '0.11'
- '0.11/alpine'
fail-fast: false
steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit a113d6c

Please sign in to comment.