Skip to content

Commit c9ca4ee

Browse files
committed
CI: Add coverage for older gfortran
1 parent cff0df3 commit c9ca4ee

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ jobs:
1919
extra_flags: [ -g ]
2020

2121
include:
22+
- os: ubuntu-24.04
23+
compiler: gfortran
24+
version: 9
25+
- os: ubuntu-24.04
26+
compiler: gfortran
27+
version: 10
28+
- os: ubuntu-24.04
29+
compiler: gfortran
30+
version: 11
31+
2232
- os: ubuntu-22.04
2333
compiler: gfortran
2434
version: 12 # no package available for gfortran 13+
@@ -145,7 +155,7 @@ jobs:
145155
run: |
146156
set -x
147157
sudo apt update
148-
# sudo apt list -a 'gfortran-*'
158+
#sudo apt list -a 'gfortran-*'
149159
sudo apt install -y build-essential
150160
if [[ ${COMPILER_VERSION} < 15 ]] ; then \
151161
sudo apt install -y gfortran-${COMPILER_VERSION} ; \

0 commit comments

Comments
 (0)