From 2fece725a465fa5cde86b3e1c99d00e2b5e0e010 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 9 May 2025 13:23:04 +0200 Subject: [PATCH] Improve cypress workflow: add php 8.4 + ignore upload warnings --- .github/workflows/cypress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 57131547..e93257f1 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: [ '8.1', '8.2', '8.3' ] + php-versions: [ '8.1', '8.2', '8.3', '8.4' ] ots: ['tfs-1.4', 'canary-3.1.2'] # TODO: add 'tfs-master' (actually doesn't work cause AAC doesn't support reading .env configuration) name: Cypress (PHP ${{ matrix.php-versions }}, ${{ matrix.ots }}) steps: @@ -146,6 +146,7 @@ jobs: with: name: cypress-screenshots-${{ matrix.php-versions }}-${{ matrix.ots }} path: cypress/screenshots + if-no-files-found: ignore - name: Upload Cypress Videos uses: actions/upload-artifact@v4 @@ -153,6 +154,7 @@ jobs: with: name: cypress-videos-${{ matrix.php-versions }}-${{ matrix.ots }} path: cypress/videos + if-no-files-found: ignore - name: Upload PHP Logs uses: actions/upload-artifact@v4