Skip to content

Commit 238230f

Browse files
authored
Add RHEL 9.4 to merge job (#30)
Co-authored-by: Bart Thomee <11445373+bthomee@users.noreply.github.com>
1 parent 42ec9e3 commit 238230f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rhel.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,18 @@ jobs:
136136
strategy:
137137
matrix:
138138
os:
139+
- release: 9.4
140+
compiler_name: gcc
141+
compiler_version: 12
139142
- release: 9.6
140143
compiler_name: gcc
141144
compiler_version: 13
142145
- release: 9.6
143146
compiler_name: gcc
144147
compiler_version: 14
148+
- release: 9.4
149+
compiler_name: clang
150+
compiler_version: 'any'
145151
- release: 9.6
146152
compiler_name: clang
147153
compiler_version: 'any'

0 commit comments

Comments
 (0)