2 parents 99d43f8 + cc4cb0e commit c0b4ab9Copy full SHA for c0b4ab9
1 file changed
.github/workflows/ci.yml
@@ -15,10 +15,11 @@ jobs:
15
strategy:
16
matrix:
17
ruby-version:
18
- - 2.7
19
- - 3.0
20
- - 3.1
21
- - 3.2
+ - "2.7"
+ - "3.0"
+ - "3.1"
+ - "3.2"
22
+ - "3.3"
23
fail-fast: false
24
steps:
25
- uses: actions/checkout@v2
0 commit comments