Skip to content

Commit d347789

Browse files
committed
CI: Try ruby 3.4.5
1 parent 976c1ee commit d347789

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ jobs:
180180
fail-fast: false
181181
matrix:
182182
os: [ubuntu-24.04, windows-2025]
183-
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
183+
#ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
184+
ruby: ['3.4.5']
184185
runs-on: ${{ matrix.os }}
185186
steps:
186187
- name: Checkout repository

0 commit comments

Comments
 (0)