Skip to content

Commit

Permalink
🛠️ Ruby 3.1 as the baseline (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz authored Jun 26, 2024
1 parent d155d8b commit e5c8923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autocorrect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby: [3.0]
ruby: [3.1]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: [3.0]
ruby: [3.1]

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

0 comments on commit e5c8923

Please sign in to comment.