Skip to content

Commit

Permalink
ci: drop ruby-2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed May 28, 2023
1 parent e3fa67f commit 0080dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
ruby: [ '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby }}
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
ruby: [ '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby }}
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
ruby: [ '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v3
- name: Install BLAS
Expand Down

0 comments on commit 0080dac

Please sign in to comment.