Skip to content

Commit a7782e8

Browse files
committed
Update Ruby version to 3.3
1 parent 559713d commit a7782e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/brakeman.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010

11-
- name: Set up Ruby 2.7.2
11+
- name: Set up Ruby 3.3
1212
uses: ruby/setup-ruby@v1
1313
with:
1414
# Not needed with a .ruby-version file
15-
ruby-version: 2.7.2
15+
ruby-version: 3.3
1616
# runs 'bundle install' and caches installed gems automatically
1717
bundler-cache: true
1818

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ on: [push]
44

55
env:
66
RAILS_ENV: test
7-
GEMFILE_RUBY_VERSION: 2.7.2
7+
GEMFILE_RUBY_VERSION: 3.3
88

99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
1414

15-
- name: Set up Ruby 2.7.2
15+
- name: Set up Ruby 3.3
1616
uses: ruby/setup-ruby@v1
1717
with:
1818
# Not needed with a .ruby-version file
19-
ruby-version: 2.7.2
19+
ruby-version: 3.3
2020
# runs 'bundle install' and caches installed gems automatically
2121
bundler-cache: true
2222

0 commit comments

Comments
 (0)