Skip to content

Commit 0b9e850

Browse files
committed
Bump Ruby version on ci
1 parent e0480a3 commit 0b9e850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: '3.0'
23+
ruby-version: '3.2'
2424
bundler-cache: true
2525
- name: Test & publish code coverage
2626
if: "${{ env.CC_TEST_REPORTER_ID != '' }}"
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: ['ubuntu-latest', 'macos-latest']
40-
ruby: ['3.0', '3.1']
40+
ruby: ['3.2', '3.3', '3.4']
4141
experimental: [false]
4242
include:
4343
- os: 'ubuntu-latest'

0 commit comments

Comments
 (0)