Skip to content

⬆️ 💥 drop support for ruby < 3.2 and bump dependency #375

⬆️ 💥 drop support for ruby < 3.2 and bump dependency

⬆️ 💥 drop support for ruby < 3.2 and bump dependency #375

Workflow file for this run

name: Pull Request
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
static-analysis:
uses: ./.github/workflows/_static-analysis.yml
test-units:
uses: ./.github/workflows/_test-units.yml
needs: static-analysis
secrets: inherit
test-integrations:
uses: ./.github/workflows/_test-integrations.yml
needs: test-units
secrets: inherit
test-smoke:
uses: ./.github/workflows/_test-smoke.yml
needs: test-units
secrets: inherit
test-cli:
uses: ./.github/workflows/_test-cli.yml
needs: test-units
secrets: inherit