Skip to content

Commit 8afa76f

Browse files
committed
CI: add Ruby 3.3 to the test matrix
1 parent 45d7513 commit 8afa76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby_version: ["2.6", "2.7", "3.0", "3.1", "3.2"]
12+
ruby_version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
1313
experimental: [false]
1414
include:
1515
- ruby_version: "ruby-head"
1616
experimental: true
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: ${{ matrix.ruby_version }}

0 commit comments

Comments
 (0)