Skip to content

Commit

Permalink
ci: [v4/Breaking] bump ubuntu: 22.04, minimum ruby: 2.5, minimum rail…
Browse files Browse the repository at this point in the history
…s 5.0
  • Loading branch information
waltjones committed Oct 12, 2023
1 parent c59ee67 commit 082bd12
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
ruby-version: [2.5.3, 2.6.0, 2.6.6, 2.7.2]
Expand All @@ -29,28 +29,6 @@ jobs:
ruby-version: 3.0.3
- gemfile: gemfiles/rails61.gemfile
ruby-version: 3.0.3
- gemfile: gemfiles/rails42.gemfile
ruby-version: 2.4.5
- gemfile: gemfiles/rails42.gemfile
ruby-version: 2.3.8
- gemfile: gemfiles/rails42.gemfile
ruby-version: 2.2.10
- gemfile: gemfiles/rails41.gemfile
ruby-version: 2.3.0
- gemfile: gemfiles/rails41.gemfile
ruby-version: 2.2.10
- gemfile: gemfiles/rails41.gemfile
ruby-version: 2.1.9
- gemfile: gemfiles/rails40.gemfile
ruby-version: 2.3.0
- gemfile: gemfiles/rails40.gemfile
ruby-version: 2.2.10
- gemfile: gemfiles/rails40.gemfile
ruby-version: 2.1.9
- gemfile: gemfiles/rails32.gemfile
ruby-version: 2.2.10
- gemfile: gemfiles/rails32.gemfile
ruby-version: 2.1.9

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 082bd12

Please sign in to comment.