Skip to content

Commit 9199f98

Browse files
committed
Bump Ruby version on ci
1 parent ef2b55c commit 9199f98

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ruby: ["2.7", "3.0", "3.1"]
18+
ruby: ["3.2", "3.3", "3.4"]
1919
runs-on: "ubuntu-latest"
2020
continue-on-error: false
2121
steps:
@@ -32,6 +32,6 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: ruby/setup-ruby@v1
3434
with:
35-
ruby-version: "3.1"
35+
ruby-version: "3.2"
3636
bundler-cache: true
3737
- run: bundle exec rubocop

0 commit comments

Comments
 (0)