Skip to content

Commit 433c4f9

Browse files
authored
CI: Add Ruby 3.4, 3.3 and drop 3.0 from test matrix (#30)
Also, keep actions/checkout up to date.
1 parent 7246106 commit 433c4f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby-version:
17+
- 3.4
18+
- 3.3
1719
- 3.2
1820
- 3.1
19-
- "3.0"
2021

2122
steps:
22-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2324
- name: Set up Ruby ${{ matrix.ruby-version }}
2425
uses: ruby/setup-ruby@v1
2526
with:

0 commit comments

Comments
 (0)