Skip to content

Commit

Permalink
fix: remove ruby 3.4 from unit tests (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
Stromweld authored Jun 19, 2024
1 parent d70a096 commit 300ce4b
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 @@ -75,7 +75,7 @@ jobs:
BUNDLE_WITHOUT: ${{ inputs.bundle_without }}
strategy:
matrix:
ruby: ["3.1", "3.2", "3.3", "3.4"]
ruby: ["3.1", "3.2", "3.3"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 300ce4b

Please sign in to comment.