We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2588f commit 721abf1Copy full SHA for 721abf1
.github/workflows/test-pr.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
matrix:
34
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
35
- ruby-version: [3.0, 3.1, 3.2, 3.3, 3.4]
+ ruby-version: ['3.0', 3.1, 3.2, 3.3]
36
fail-fast: false
37
steps:
38
- name: Checkout
0 commit comments