From 944457463ecef997b77bd36465aee5f1f7846ad8 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 11:01:44 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1612a049..e43f0ae0 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -20,10 +20,6 @@ jobs: ports: - 3306/tcp options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 - strategy: - fail-fast: false - matrix: - php-versions: [ '7.4', '8.0', '8.1' ] steps: - name: Start MySQL run: | @@ -73,7 +69,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: ${{ matrix.php-versions }} + php-version: 8.0 extensions: mbstring, dom, fileinfo, mysql, json, xml, pdo, pdo_mysql - name: Get composer cache directory