diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ff425bce8..0eab27744 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -51,7 +51,7 @@ jobs: if: ${{ matrix.php == '8.4' }} uses: "ramsey/composer-install@v3" with: - composer-options: --ignore-platform-req=php + composer-options: "--ignore-platform-req=php+" custom-cache-suffix: $(date -u "+%Y-%m") - name: Lint against parse errors diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96c88a4ca..dd3f454ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: if: ${{ matrix.php == '8.4' }} uses: "ramsey/composer-install@v3" with: - composer-options: --ignore-platform-req=php + composer-options: "--ignore-platform-req=php+" custom-cache-suffix: $(date -u "+%Y-%m") - name: Setup problem matcher to provide annotations for PHPUnit