Skip to content

Commit

Permalink
Update Ruby versions on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shugo committed Apr 24, 2024
1 parent c405225 commit 413d0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
ruby: [ head, 3.1, 2.7, 2.6 ]
ruby: [ head, 3.3, 3.2, 3.1, 3.0 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
ruby: [ 'mingw', 'mswin', '2.7', '2.6' ]
ruby: [ 'mingw', 'mswin', '3.3' ]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 413d0df

Please sign in to comment.