Skip to content

Commit

Permalink
Bump github actions image and use newer ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 committed Jun 24, 2024
1 parent 5c63f21 commit 7c65395
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,12 @@ jobs:
fail-fast: true
matrix:
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
os:
- ubuntu-18.04
- ubuntu-22.04
exclude:
- { os: ubuntu-22.04, ruby: '2.7' }
- { os: ubuntu-22.04, ruby: '3.0' }
- ubuntu-24.04

env:
RAILS_ENV: test
Expand Down

0 comments on commit 7c65395

Please sign in to comment.