Skip to content

Commit

Permalink
Use 3.2 instead of 3.0 in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nu-hin committed Jun 3, 2024
1 parent 65d8a2a commit e85fb96
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.6, 2.7, '3.0', head]
ruby: [2.6, 2.7, 3.2, head]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -23,6 +23,3 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec



0 comments on commit e85fb96

Please sign in to comment.