Skip to content

Commit

Permalink
try actions with ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenenglish committed Nov 7, 2024
1 parent a323b19 commit 213cabf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ permissions:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0']
rails_version: ["6.1.7.8"]
ruby-version: ['3.1']
rails_version: ["7.0.8.4"]
env:
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-coffee --skip-test"
steps:
Expand Down

0 comments on commit 213cabf

Please sign in to comment.