Skip to content

Commit 55ab3e4

Browse files
authored
Add gcc versions 11,12,13 for CI validation (#981)
2 parents 80869ad + 4da5cc5 commit 55ab3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, macos-11, windows-latest]
25-
gcc_v: [10] # Version of GFortran we want to use.
25+
gcc_v: [10,11,12,13] # Version of GFortran we want to use.
2626
include:
2727
- os: ubuntu-latest
2828
os-arch: linux-x86_64

0 commit comments

Comments
 (0)