diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index fd33aed..9238d5c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -44,27 +44,12 @@ jobs: --health-timeout 5s --health-retries 5 - strategy: - fail-fast: false - matrix: - craftVersion: ["~3.7.33", "^4.2"] - steps: - uses: actions/checkout@v3 - name: Validate composer.json and composer.lock run: composer validate --strict - - name: Create dynamic cache key - id: cache-key - env: - CRAFT_VERSION: ${{ matrix.craftVersion }} - run: | -