Skip to content

Commit

Permalink
Update CI with correct ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia authored and olleolleolle committed Jan 6, 2022
1 parent 4a8a504 commit 537f5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0']
ruby: ['2.6', '2.7', '3.0', '3.1']

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 537f5d7

Please sign in to comment.