Skip to content

Commit 701ad70

Browse files
remove ruby 2.7 from CI workflow
1 parent 3359691 commit 701ad70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
postgres: [ 11.7, 12.14, 15.2 ]
35-
ruby: [ 2.7, 3.0, 3.1, 3.2 ]
35+
ruby: [ 3.0, 3.1, 3.2 ]
3636
services:
3737
postgres:
3838
image: postgres:${{ matrix.postgres }}
@@ -68,8 +68,6 @@ jobs:
6868
gemfile: gemfiles/activerecord61.gemfile
6969
- ruby: "3.0"
7070
gemfile: gemfiles/activerecord60.gemfile
71-
- ruby: 2.7
72-
gemfile: gemfiles/activerecord60.gemfile
7371
env:
7472
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
7573
services:

0 commit comments

Comments
 (0)