Skip to content

Commit 2c84c84

Browse files
committed
add CI matrix for clang-19
1 parent e07178d commit 2c84c84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/compilers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
# environment variables (plus the "echo $GITHUB_ENV" hack) is to reroute that
2828
# restriction.
2929
env:
30-
default_cc: clang-17
30+
default_cc: clang-18
3131
append_cc: ''
3232

3333
# -O1 is faster than -O3 in our tests... Majority of time are consumed trying
@@ -81,6 +81,7 @@ jobs:
8181
optflags: '-O2'
8282
shared: disable
8383
# check: true
84+
- { name: clang-19, env: { default_cc: clang-19 } }
8485
- { name: clang-18, env: { default_cc: clang-18 } }
8586
- { name: clang-17, env: { default_cc: clang-17 } }
8687
- { name: clang-16, env: { default_cc: clang-16 } }
@@ -213,7 +214,7 @@ jobs:
213214
runs-on: ubuntu-latest
214215

215216
container:
216-
image: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || matrix.entry.env.default_cc || 'clang-17' }}
217+
image: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || matrix.entry.env.default_cc || 'clang-18' }}
217218
options: --user root
218219

219220
if: >-

0 commit comments

Comments
 (0)