Skip to content

Commit 64d18ba

Browse files
committed
Bump Ruby versions in CI to latest minor releases
This is mostly relevant for the 3.4.2-3.4.3 changees for the Kernel.Float tests, but there is no reason to keep the other checks on older Ruby versions.
1 parent cb9f0eb commit 64d18ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ ubuntu, macos, windows ]
12-
ruby: [ 3.1.6, 3.2.7, 3.3.7, 3.4.2 ]
12+
ruby: [ 3.1.7, 3.2.8, 3.3.8, 3.4.3 ]
1313
rubyopt: [""]
1414
include:
1515
- os: ubuntu
16-
ruby: 3.4.2
16+
ruby: 3.4.3
1717
rubyopt: "--enable-frozen-string-literal"
1818

1919
runs-on: ${{ matrix.os }}-latest
@@ -71,5 +71,5 @@ jobs:
7171
- uses: actions/checkout@v4
7272
- uses: ruby/setup-ruby@v1
7373
with:
74-
ruby-version: '3.3'
74+
ruby-version: '3.4'
7575
- run: bin/rubocop

0 commit comments

Comments
 (0)