Skip to content

Commit 1a14376

Browse files
committed
Add Ruby 3.3 to the testing matrix
1 parent ef40dda commit 1a14376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
ruby-version: ["2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head"]
22+
ruby-version: ["2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "head"]
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Set up Ruby

0 commit comments

Comments
 (0)