Skip to content

Commit 699e274

Browse files
committed
Added 3.1
1 parent d9111c2 commit 699e274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ ubuntu-latest, macos-latest ]
14-
ruby: [ head, "3.0", "2.7", "2.6" ]
14+
ruby: [ head, "3.1", "3.0", "2.7", "2.6" ]
1515
steps:
1616
- name: repo checkout
1717
uses: actions/checkout@v2
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: [ windows-latest ]
41-
ruby: [ mswin, mingw, "3.0", "2.7", "2.6" ]
41+
ruby: [ mswin, mingw, "3.1", "3.0", "2.7", "2.6" ]
4242
steps:
4343
- name: repo checkout
4444
uses: actions/checkout@v2

0 commit comments

Comments
 (0)