Skip to content

Commit

Permalink
workflow: Drop support of Ruby 3.0
Browse files Browse the repository at this point in the history
Ruby 3.0 will be EoL at 2024-03-31.
  • Loading branch information
sudotac committed May 11, 2024
1 parent c735596 commit 74fbd1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.3', '3.2', '3.1', '3.0']
ruby-version: ['3.3', '3.2', '3.1']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.3', '3.2', '3.1', '3.0']
ruby-version: ['3.3', '3.2', '3.1']
env:
COVERAGE: '1'
steps:
Expand Down

0 comments on commit 74fbd1f

Please sign in to comment.