Skip to content

Commit f023dbf

Browse files
authored
Add Ruby 3.3 to the test matrix and update the checkout Github Action to the latest version (#236)
1 parent c246588 commit f023dbf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
- ruby-3.0
2121
- ruby-3.1
2222
- ruby-3.2
23+
- ruby-3.3
2324
- jruby-9.3.0
2425
os: [ ubuntu-latest ]
2526
runs-on: ${{ matrix.os }}
2627
steps:
27-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2829
- uses: ruby/setup-ruby@v1
2930
with:
3031
ruby-version: ${{ matrix.ruby }}
@@ -34,7 +35,7 @@ jobs:
3435
lint:
3536
runs-on: ubuntu-latest
3637
steps:
37-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3839
- uses: ruby/setup-ruby@v1
3940
with:
4041
ruby-version: 2.6

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ versions:
5151
* Ruby 3.0
5252
* Ruby 3.1
5353
* Ruby 3.2
54+
* Ruby 3.3
5455
* JRuby 9.3
5556

5657
If something doesn't work on one of these versions, it's a bug.

0 commit comments

Comments
 (0)