We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d8531 commit f3848cdCopy full SHA for f3848cd
.github/workflows/default.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- ruby-version: ['2.7', '3.0', '3.1', '3.2']
+ ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
21
steps:
22
- uses: actions/checkout@v3
23
- name: Set up Ruby
0 commit comments