Skip to content

Commit 4d00147

Browse files
authored
Merge pull request #137 from fly-apps/ruby-3.4
update CI to 3.4
2 parents dbb7a4a + 44b0cfd commit 4d00147

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- run: sudo apt install libvips-dev
1010
- uses: ruby/setup-ruby@v1
1111
with:
12-
ruby-version: '3.3'
12+
ruby-version: '3.4'
1313
bundler-cache: true
1414
- run: gem install rails
1515
- run: rake test:alpine

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- run: sudo apt install libvips-dev
1010
- uses: ruby/setup-ruby@v1
1111
with:
12-
ruby-version: '3.3'
12+
ruby-version: '3.4'
1313
bundler-cache: true
1414
- run: gem install rails
1515
- run: rake test

.github/workflows/rubocop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RuboCop
1+
444e: RuboCop
22

33
on: [push, pull_request]
44

@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Set up Ruby 3.3
17+
- name: Set up Ruby 3.4
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 3.3
20+
ruby-version: 3.4
2121
bundler-cache: true
2222

2323
- name: Run RuboCop

.github/workflows/system-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- run: sudo apt install libvips-dev
1010
- uses: ruby/setup-ruby@v1
1111
with:
12-
ruby-version: '3.3'
12+
ruby-version: '3.4'
1313
bundler-cache: true
1414
- run: gem install rails
1515
- run: rake test:system

0 commit comments

Comments
 (0)