Skip to content

Commit 7de3b32

Browse files
authored
Merge pull request #38 from aidewoode/ruby-3-3
CI against Ruby 3.3
2 parents b7af0e4 + 62472c7 commit 7de3b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ruby: [2.7, '3.0', 3.1, 3.2, truffleruby-head]
10+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', truffleruby-head]
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)