Skip to content

Commit

Permalink
Added 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 24, 2022
1 parent d9111c2 commit 699e274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
ruby: [ head, "3.0", "2.7", "2.6" ]
ruby: [ head, "3.1", "3.0", "2.7", "2.6" ]
steps:
- name: repo checkout
uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [ windows-latest ]
ruby: [ mswin, mingw, "3.0", "2.7", "2.6" ]
ruby: [ mswin, mingw, "3.1", "3.0", "2.7", "2.6" ]
steps:
- name: repo checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 699e274

Please sign in to comment.