From 703ee2bd64fcb44e7a89022b43c9268bee2c7539 Mon Sep 17 00:00:00 2001 From: markhuot Date: Fri, 27 Oct 2023 02:04:17 -0400 Subject: [PATCH] tests --- .github/workflows/php.yml | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) 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: | -