Skip to content

Commit

Permalink
[CI] CI against Rails 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 13, 2025
1 parent 9e5a240 commit 283801b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
ruby_version: [ruby-head, '3.3', '3.2', '3.1']
rails_version: [edge, '7.2', '7.1', '7.0', '6.1']
rails_version: [edge, '8.0', '7.2', '7.1', '7.0', '6.1']

include:
- ruby_version: '3.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ You can specify relative or absolute output path via environment variable `DEST_

## Support Rails Versions

* Rails 4.1.x, 4.2.x, 5.0, 5.1, 5.2, 6.0, 6.1, 7.0, and 7.1 (edge)
* Rails 4.1.x, 4.2.x, 5.0, 5.1, 5.2, 6.0, 6.1, 7.0, 7.1, 7.2, and 8.0 (edge)


## Contributing
Expand Down

0 comments on commit 283801b

Please sign in to comment.