Skip to content

Commit c8b9d79

Browse files
authored
Merge pull request #588 from sparklemotion/flavorjones-update-ci-to-ruby31
ci: update to cover Ruby 3.1
2 parents ec9af73 + 8302ec5 commit c8b9d79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: "3.0"
19+
ruby-version: "3.1"
2020
bundler-cache: true
2121
- run: bundle exec rake rubocop
2222

@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
ruby-version: ["2.5", "2.6", "2.7", "3.0", "jruby", "truffleruby-head"]
28+
ruby-version: ["2.5", "2.6", "2.7", "3.0", "3.1", "head", "jruby", "truffleruby-head"]
2929

3030
runs-on: ubuntu-latest
3131
steps:
@@ -48,6 +48,6 @@ jobs:
4848
- uses: actions/checkout@v2
4949
- uses: ruby/setup-ruby@v1
5050
with:
51-
ruby-version: "3.0"
51+
ruby-version: "3.1"
5252
bundler-cache: true
5353
- run: bundle exec rake test

0 commit comments

Comments
 (0)