We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289b51b commit cd52c5eCopy full SHA for cd52c5e
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
matrix:
26
env:
27
# Alpine
28
+ - alpine:3.17
29
+ - alpine:3.18
30
- alpine:3.19
31
- alpine:3.20
32
- alpine:3.21
@@ -52,11 +54,16 @@ jobs:
52
54
- gcc:12.5.0
53
55
- gcc:latest
56
# Clang versions
57
+ - +env.llvm --llvm_major_version=17
58
+ - +env.llvm --llvm_major_version=18
59
- +env.llvm --llvm_major_version=19
60
- +env.llvm --llvm_major_version=20
61
vcpkg_arg: &vcpkg_arg
62
- use_vcpkg=false
63
- use_vcpkg=true
64
+ exclude:
65
+ # Older Alpine requires using vcpkg:
66
+ - { env: alpine:3.17, vcpkg_arg: use_vcpkg=false }
67
include:
68
# Add Almalinux (RHEL) targets, alwasy using vcpkg
69
- { env: almalinux:10, vcpkg_arg: use_vcpkg=true }
0 commit comments