Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit a385ea1

Browse files
committed
Wrap ruby versions in quotes in test.yml
1 parent 4c59242 commit a385ea1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ruby-version: [2.7, 3.0, 3.1]
12+
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
13+
ruby-version: ['2.7', '3.0', '3.1']
1314
env:
1415
RSPEC_FULL_BACKTRACE: yes
1516
steps:

0 commit comments

Comments
 (0)