We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8e39f commit bd9fc84Copy full SHA for bd9fc84
2 files changed
.github/workflows/build-linux.yml
@@ -66,7 +66,7 @@ on:
66
default: false
67
gcc-ver:
68
type: string
69
- default: "10"
+ default: "11"
70
71
jobs:
72
build-linux64:
.github/workflows/test.yml
@@ -59,9 +59,11 @@ jobs:
59
fail-fast: false
60
matrix:
61
include:
62
- - gcc: 10
+ - gcc: 11 # baseline compatibility with ubuntu LTS 22.04
63
plugins: "default"
64
- - gcc: 12
+ - gcc: 13 # future compatibility with ubuntu LTS 24.04
65
+ plugins: "all"
+ - gcc: 15 # cutting-edge
plugins: "all"
test-windows:
0 commit comments