Skip to content

Commit

Permalink
Removed ruby 2.7 from gitflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoganov committed Mar 26, 2024
1 parent e7167cd commit 86e14e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
ruby: ['2.7', '3.0.3']
ruby: ['3.0.3']
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0.3' ]
ruby: [ '3.0.3' ]
runs-on: ubuntu-22.04

env:
Expand Down

0 comments on commit 86e14e5

Please sign in to comment.