diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-09 15:48:29 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-09 16:24:39 +0900 |
| commit | 35cb1fed58101b8917e99eaa9371ed1d32f219af (patch) | |
| tree | b60f3a9bcca68cb80c679d6084bd8a6dbf76b4de | |
| parent | 1b342ad9b89a425b16102e81667256c2c2bff258 (diff) | |
Added clang-23
| -rw-r--r-- | .github/workflows/compilers.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 338a7d5248..c8d9711c43 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -107,6 +107,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github } - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } } + - { uses: './.github/actions/compilers', name: 'clang 23', with: { tag: 'clang-23' }, timeout-minutes: 5 } - { uses: './.github/actions/compilers', name: 'clang 22', with: { tag: 'clang-22' }, timeout-minutes: 5 } - { uses: './.github/actions/compilers', name: 'clang 21', with: { tag: 'clang-21' }, timeout-minutes: 5 } - { uses: './.github/actions/compilers', name: 'clang 20', with: { tag: 'clang-20' }, timeout-minutes: 5 } |
