Skip to content

Commit d1d0c84

Browse files
Use latest ruby versions on test job (#39)
1 parent ff1cca5 commit d1d0c84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
ruby:
22-
- 2.4.10
23-
- 2.7.8
24-
- 3.0.6
25-
- 3.1.4
26-
- 3.2.3
27-
- 3.3.0
22+
- '2.4'
23+
- '2.7'
24+
- '3.0'
25+
- '3.1'
26+
- '3.2'
27+
- '3.3'
2828
- jruby-9.2
2929
- jruby-9.4
3030
command: ["bundle exec rake test"]

0 commit comments

Comments
 (0)