Skip to content

Commit

Permalink
use quotes for '3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pgwillia committed Oct 28, 2022
1 parent 2db2574 commit e9587cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:

strategy:
matrix:
ruby: [2.7, 3.0]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.7, '3.0']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e9587cb

Please sign in to comment.