Skip to content

Commit ce07f79

Browse files
committed
ADD GCC 7 and 8
1 parent b3c2816 commit ce07f79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_test_suite.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
include:
39+
- runs-on: ubuntu-20.04
40+
gcc: 7
41+
- runs-on: ubuntu-20.04
42+
gcc: 8
3943
- runs-on: ubuntu-22.04
4044
gcc: 9
4145
- runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)