We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8d6df commit ef881d5Copy full SHA for ef881d5
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- ruby: [ 'head', '3.0', '2.7', '2.6' ]
+ ruby: [ 'head', '3.1', '3.0', '2.7', '2.6' ]
10
os:
11
- windows-latest
12
- ubuntu-latest
0 commit comments