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 a745407 commit 18c8f87Copy full SHA for 18c8f87
.github/workflows/main.yml
@@ -93,7 +93,12 @@ jobs:
93
strategy:
94
fail-fast: false
95
matrix:
96
- ruby-version: ["2.5", "2.6", "2.7", "3.0"]
+ 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 }
101
+ continue-on-error: ${{ matrix.experimental }}
102
steps:
103
- name: Checkout code
104
uses: actions/checkout@v1
0 commit comments