Skip to content

Commit 1f7748e

Browse files
committed
Fix: CI.
1 parent 240f3e0 commit 1f7748e

File tree

8 files changed

+236
-234
lines changed

8 files changed

+236
-234
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
- name: Set up Ruby
99
uses: ruby/setup-ruby@v1
1010
with:
11-
ruby-version: 3.3.3
11+
ruby-version: '3.4'
1212
bundler-cache: true
1313
- run: bundle exec rubocop

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- { ruby: '3.1', file: rails_7 }
1717
- { ruby: '3.2', file: rails_7 }
1818
- { ruby: '3.3', file: rails_7 }
19+
- { ruby: '3.4', file: rails_7 }
1920
# - { ruby: '3.2' ,file: rails_edge }
2021
steps:
2122
- uses: actions/checkout@v3

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4+
gem 'logger'
5+
46
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
57
gem 'rails', '~> 7.0.8'
68

0 commit comments

Comments
 (0)