Skip to content

Commit 82eea4f

Browse files
Add Ruby 3.3 to CI matrix (#53)
1 parent 9561573 commit 82eea4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby-version: [2.6, 2.7, '3.0', 3.1, 3.2, jruby-9.3, ruby-head, jruby-head]
11+
ruby-version: [2.6, 2.7, '3.0', 3.1, 3.2, 3.3, jruby-9.3, ruby-head, jruby-head]
1212

1313
name: Specs - Ruby ${{ matrix.ruby-version }}
1414
steps:

0 commit comments

Comments
 (0)