We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6b0e5 commit bf2c81fCopy full SHA for bf2c81f
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ jobs:
7
fail-fast: false
8
matrix:
9
os: ["ubuntu-latest"]
10
- ruby: [2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, 2.0, 1.9, jruby]
+ ruby: [2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, 2.0, 1.9, jruby, trufflehead-ruby]
11
runs-on: ${{ matrix.os }}
12
services:
13
redis:
0 commit comments