Skip to content

Commit b17a176

Browse files
authored
Update ci (#36)
Ignore 3.1 for Rails main, and add 7.2 to the matrix.
1 parent cc9862e commit b17a176

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ruby: ['3.3', '3.2', '3.1']
16-
version: ['61', '70', '71', 'main']
16+
version: ['70', '71', '72', 'main']
17+
exclude:
18+
- ruby: 3.1
19+
version: main
1720

1821
runs-on: 'ubuntu-latest'
1922

Gemfile.61 renamed to Gemfile.72

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ gemspec
33

44
gem "rspec"
55
gem "byebug"
6-
gem "rails", "~> 6.1.0"
6+
gem "rails", "~> 7.2.0"
77
gem "standard", group: [:development, :test]

0 commit comments

Comments
 (0)