Skip to content

Commit

Permalink
ci: update to cover Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 17, 2022
1 parent f8da0a1 commit ef11462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest]
ruby: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "head"]
ruby: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "head"]
runs-on: ${{ matrix.platform }}
steps:
- name: configure git crlf on windows
Expand All @@ -49,7 +49,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest]
ruby: ["3.0"]
ruby: ["3.1"]
runs-on: ${{ matrix.platform }}
steps:
- name: configure git crlf on windows
Expand Down

0 comments on commit ef11462

Please sign in to comment.