Skip to content

Commit

Permalink
Update .github/workflows/push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Feb 6, 2024
1 parent 29e529b commit 9a20094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
strategy:
matrix:
ruby:
- 3.0
- 3.1
- 3.2
- 3.3
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v4
- name: script/cibuild-docker
Expand Down

0 comments on commit 9a20094

Please sign in to comment.