We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef40dda commit 1a14376Copy full SHA for 1a14376
.github/workflows/ruby.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- ruby-version: ["2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head"]
+ ruby-version: ["2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "head"]
23
steps:
24
- uses: actions/checkout@v2
25
- name: Set up Ruby
0 commit comments