We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84071c1 commit 686e97aCopy full SHA for 686e97a
1 file changed
.github/workflows/rspec.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- ruby: ["2.7", "3.1", "3.2", "3.3", "3.4", "4.0", ruby-head]
+ ruby: ["2.7", "3.1", "3.2", "3.3", "3.4", "4.0", "ruby-head"]
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
0 commit comments