Skip to content

Commit

Permalink
Add rails 8 to CI (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 authored Nov 21, 2024
1 parent b17a176 commit 1bac1c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
fail-fast: false
matrix:
ruby: ['3.3', '3.2', '3.1']
version: ['70', '71', '72', 'main']
version: ['70', '71', '72', '80', 'main']
exclude:
- ruby: 3.1
version: main
- ruby: 3.1
version: 80

runs-on: 'ubuntu-latest'

Expand Down
7 changes: 7 additions & 0 deletions Gemfile.80
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source "https://rubygems.org"
gemspec

gem "rspec"
gem "byebug"
gem "rails", "~> 8.0.0"
gem "standard", group: [:development, :test]

0 comments on commit 1bac1c6

Please sign in to comment.