Skip to content

Commit 1cd62c6

Browse files
committed
Add 8.0 and 8.2 to CI
1 parent b0e6b98 commit 1cd62c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
version: "unstable"
3232
- os: macos-latest
3333
compiler: gcc
34-
version: "7.4"
34+
version: "8.0"
35+
- os: ubuntu-latest
36+
compiler: gcc
37+
version: "8.2"
3538
- os: macos-latest
3639
compiler: clang
3740
version: "unstable"

0 commit comments

Comments
 (0)