Skip to content

Commit

Permalink
adds rails 7 specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tansengming committed Aug 12, 2024
1 parent fb05080 commit 3a4cddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
ruby: [3.0.7, 3.1.6, 3.2.5, 3.3.4]
gemfile: [gemfiles/rails61.gemfile, gemfiles/rails60.gemfile] # default Gemfile, gemfiles/rails70.gemfile excluded until rack fix
gemfile: [Gemfile, gemfiles/rails70.gemfile, gemfiles/rails61.gemfile, gemfiles/rails60.gemfile]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit 3a4cddb

Please sign in to comment.