Skip to content

Commit

Permalink
removed 2.7 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Hasjanov authored and Oleg Hasjanov committed Jan 16, 2024
1 parent c6a7bfc commit a89338d
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 @@ -88,7 +88,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 a89338d

Please sign in to comment.