Skip to content

Commit

Permalink
Run Rails tests on Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Dec 31, 2023
1 parent 6d3fd5e commit 9fc4ef8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: test
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
types:
- opened
- synchronize
- reopened
paths-ignore:
- '**.md'
schedule:
- cron: "0 15 * * 0"
jobs:
Expand Down Expand Up @@ -47,7 +45,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.0
- run: bundle install && bundle exec rake test:rails
name: "rake test:rails RAILS=5.2.8"
env:
Expand Down

0 comments on commit 9fc4ef8

Please sign in to comment.