Skip to content

Commit a39f34d

Browse files
committed
Continuous Integration: Add Ruby 3.3
Resolves #160
1 parent 2265fa2 commit a39f34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macos-latest, windows-latest]
9-
ruby-version: ['3.2', '3.1', '3.0', '2.7', truffleruby]
9+
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7', truffleruby]
1010
# conformance require perl because of that we
1111
# only run unit tests on windows
1212
include:

0 commit comments

Comments
 (0)