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 f0e27af commit c062f41Copy full SHA for c062f41
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
strategy:
13
- matrix: { ruby: ['2.4', '2.5', '2.6', '2.7'] }
+ matrix: { ruby: ['2.4', '2.5', '2.6', '2.7', '3.0'] }
14
15
steps:
16
- name: Checkout code
0 commit comments