Drop EOL Ruby 2.7 (#24237)
This commit is contained in:
5
.github/workflows/test-ruby.yml
vendored
5
.github/workflows/test-ruby.yml
vendored
@@ -104,7 +104,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby-version:
|
||||
- '2.7'
|
||||
- '3.0'
|
||||
- '3.1'
|
||||
- '.ruby-version'
|
||||
@@ -136,10 +135,6 @@ jobs:
|
||||
ruby-version: ${{ matrix.ruby-version}}
|
||||
bundler-cache: true
|
||||
|
||||
- name: Update system gems
|
||||
if: matrix.ruby-version == '2.7'
|
||||
run: gem update --system
|
||||
|
||||
- name: Load database schema
|
||||
run: './bin/rails db:create db:schema:load db:seed'
|
||||
|
||||
|
Reference in New Issue
Block a user