Skip to content

Commit

Permalink
Remove 3.0 testing
Browse files Browse the repository at this point in the history
Don't test on Ruby 3.0 as it's being deprecated in 4 months

Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus authored Nov 27, 2023
1 parent f8c2b35 commit 3042b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
BUNDLE_WITHOUT: ${{ inputs.bundle_without }}
strategy:
matrix:
ruby: ["3.0", "3.1", "3.2"]
ruby: ["3.1", "3.2"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 3042b0a

Please sign in to comment.