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 18c8f87 commit 60f6e6bCopy full SHA for 60f6e6b
.github/workflows/main.yml
@@ -95,9 +95,9 @@ jobs:
95
matrix:
96
ruby-version: ["2.5", "2.6"]
97
experimental: [false]
98
- include:
99
- - { ruby-version: "2.7", experimental: true }
100
- - { ruby-version: "3.0", experimental: true }
+ include:
+ - { ruby-version: "2.7", experimental: true }
+ - { ruby-version: "3.0", experimental: true }
101
continue-on-error: ${{ matrix.experimental }}
102
steps:
103
- name: Checkout code
0 commit comments