Skip to content

Commit a113d6c

Browse files
committed
GitHub: remove CI builds for <23, add 26
1 parent 677af5a commit a113d6c

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,14 @@ jobs:
88
strategy:
99
matrix:
1010
version:
11+
- '26'
12+
- '26/alpine'
1113
- '25'
1214
- '25/alpine'
1315
- '24'
1416
- '24/alpine'
1517
- '23'
1618
- '23/alpine'
17-
- '22'
18-
- '22/alpine'
19-
- '0.21'
20-
- '0.21/alpine'
21-
- '0.20'
22-
- '0.20/alpine'
23-
- '0.19'
24-
- '0.19/alpine'
25-
- '0.18'
26-
- '0.18/alpine'
27-
- '0.17'
28-
- '0.17/alpine'
29-
- '0.16'
30-
- '0.16/alpine'
31-
- '0.13'
32-
- '0.13/alpine'
33-
- '0.12'
34-
- '0.12/alpine'
35-
- '0.11'
36-
- '0.11/alpine'
3719
fail-fast: false
3820
steps:
3921
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)