Skip to content

Commit

Permalink
feat: stop running tests for ruby 2.7
Browse files Browse the repository at this point in the history
openapi_first gem requires > ruby 3.0.5
  • Loading branch information
bethesque committed Sep 18, 2023
1 parent b033cb2 commit 034aba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: ["2.7", "3.2"]
ruby_version: ["3.2"]
env:
OAS_COVERAGE_CHECK_ENABLED: "true"
steps:
Expand Down

0 comments on commit 034aba3

Please sign in to comment.