Skip to content

Commit 9a20094

Browse files
authored
Update .github/workflows/push.yml
1 parent 29e529b commit 9a20094

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
strategy:
88
matrix:
99
ruby:
10-
- 3.0
11-
- 3.1
12-
- 3.2
13-
- 3.3
10+
- '3.0'
11+
- '3.1'
12+
- '3.2'
13+
- '3.3'
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: script/cibuild-docker

0 commit comments

Comments
 (0)