Skip to content

Commit

Permalink
drop ruby 2.7 from github ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
prog-supdex committed Nov 7, 2023
1 parent 523e2d6 commit a8b2d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
ruby: [ '3.0', '3.1', '3.2' ]
env:
RUBY_IMAGE: ${{ matrix.ruby }}
name: Ruby ${{ matrix.ruby }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2', head ]
ruby: [ '3.0', '3.1', '3.2', head ]
services:
postgres:
image: postgres:13
Expand Down

0 comments on commit a8b2d10

Please sign in to comment.