Skip to content

Commit

Permalink
Change maximum Ruby version in tests to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Mar 31, 2022
1 parent 0f8532f commit bc7572f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false # Allows both ruby versions to run before failing
matrix:
ruby: ['2.5', '3.0']
ruby: ['2.5', '3.1']

steps:
- uses: actions/checkout@master
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false # Allows both ruby versions to run before failing
matrix:
ruby: ['2.5', '3.0']
ruby: ['2.5', '3.1']

steps:
# is this the same commit hash we saw in commit?
Expand Down

0 comments on commit bc7572f

Please sign in to comment.