Skip to content

Commit 1bac1c6

Browse files
authored
Add rails 8 to CI (#38)
1 parent b17a176 commit 1bac1c6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ruby: ['3.3', '3.2', '3.1']
16-
version: ['70', '71', '72', 'main']
16+
version: ['70', '71', '72', '80', 'main']
1717
exclude:
1818
- ruby: 3.1
1919
version: main
20+
- ruby: 3.1
21+
version: 80
2022

2123
runs-on: 'ubuntu-latest'
2224

Gemfile.80

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source "https://rubygems.org"
2+
gemspec
3+
4+
gem "rspec"
5+
gem "byebug"
6+
gem "rails", "~> 8.0.0"
7+
gem "standard", group: [:development, :test]

0 commit comments

Comments
 (0)