Skip to content

Commit

Permalink
remove old ruby version from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olegphenomenon committed Apr 17, 2023
1 parent 38b86ef commit c4d2da1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
ruby: [ '2.7', '3.0.2' ]
ruby: [ '3.0.2' ]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down Expand Up @@ -97,9 +97,8 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
ruby: [ '2.7', '3.0.2' ]
ruby: [ '3.0.2' ]
runs-on: ubuntu-20.04

env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
CC_TEST_REPORTER_URL: https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
Expand Down

0 comments on commit c4d2da1

Please sign in to comment.