Skip to content

Commit 6fbc2c0

Browse files
authored
Merge pull request #769 from striezel-stash/ci-test-on-newer-gcc
ci: add jobs for newer GCC versions
2 parents 00d7e40 + df5f3f8 commit 6fbc2c0

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,32 @@ jobs:
4444
cxxstd: "14,17"
4545
os: ubuntu-24.04
4646
install: g++-10
47+
- toolset: gcc
48+
compiler: g++-11
49+
cxxstd: "14,17"
50+
os: ubuntu-24.04
51+
install: g++-11
52+
- toolset: gcc
53+
compiler: g++-12
54+
cxxstd: "14,17,20"
55+
os: ubuntu-24.04
56+
install: g++-12
57+
- toolset: gcc
58+
compiler: g++-13
59+
cxxstd: "14,17,20"
60+
os: ubuntu-24.04
61+
install: g++-13
62+
- toolset: gcc
63+
compiler: g++-14
64+
cxxstd: "14,17,20"
65+
os: ubuntu-24.04
66+
install: g++-14
67+
- toolset: gcc
68+
compiler: g++-15
69+
cxxstd: "14,17,20"
70+
os: ubuntu-latest
71+
container: ubuntu:25.04
72+
install: g++-15
4773
- toolset: clang
4874
compiler: clang++-3.9
4975
cxxstd: "14"

0 commit comments

Comments
 (0)