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