We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c246588 commit f023dbfCopy full SHA for f023dbf
.github/workflows/ci.yml
@@ -20,11 +20,12 @@ jobs:
20
- ruby-3.0
21
- ruby-3.1
22
- ruby-3.2
23
+ - ruby-3.3
24
- jruby-9.3.0
25
os: [ ubuntu-latest ]
26
runs-on: ${{ matrix.os }}
27
steps:
- - uses: actions/checkout@v3
28
+ - uses: actions/checkout@v4
29
- uses: ruby/setup-ruby@v1
30
with:
31
ruby-version: ${{ matrix.ruby }}
@@ -34,7 +35,7 @@ jobs:
34
35
lint:
36
runs-on: ubuntu-latest
37
38
39
40
41
ruby-version: 2.6
README.md
@@ -51,6 +51,7 @@ versions:
51
* Ruby 3.0
52
* Ruby 3.1
53
* Ruby 3.2
54
+* Ruby 3.3
55
* JRuby 9.3
56
57
If something doesn't work on one of these versions, it's a bug.
0 commit comments