We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6554d5 commit a1954d4Copy full SHA for a1954d4
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- ruby: [2.7, 2.6, 2.5]
+ ruby: [3.0, 2.7, 2.6, 2.5]
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
0 commit comments