Skip to content

Commit e87e2f9

Browse files
committed
CI: test against Ruby 3.1
1 parent a17691c commit e87e2f9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,18 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby_version: ["2.3.8", "2.4.5", "2.5.3", "2.6.3", "2.7.2"]
12+
ruby_version: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1"]
1313
experimental: [false]
1414
include:
15-
- ruby_version: "3.0"
15+
- ruby_version: "3.2"
1616
experimental: true
1717
- ruby_version: "ruby-head"
1818
experimental: true
19-
- ruby_version: "jruby-head"
20-
experimental: true
2119

2220
steps:
23-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2422
- uses: ruby/setup-ruby@v1
2523
with:
2624
ruby-version: ${{ matrix.ruby_version }}
27-
- run: "bundle install"
25+
bundler-cache: true
2826
- run: "bundle exec rspec spec/ -b"

0 commit comments

Comments
 (0)