diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 0804dc55..1e68af00 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v4 - name: Set up PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.35.5 with: php-version: '7.4' # Results are the same across all versions, check only in the last stable version. coverage: none @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v4 - name: Set up PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.35.5 with: php-version: '7.4' # Results are the same across all versions, check only in the last stable version. coverage: none diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index 81ff8209..15815532 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Set up PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.35.5 with: php-version: '7.4' coverage: none diff --git a/.github/workflows/reusable-phpunit-tests.yml b/.github/workflows/reusable-phpunit-tests.yml index 0184bb71..75e120fc 100644 --- a/.github/workflows/reusable-phpunit-tests.yml +++ b/.github/workflows/reusable-phpunit-tests.yml @@ -87,7 +87,7 @@ jobs: root-password: password - name: Set up PHP ${{ inputs.php }} - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.35.5 with: php-version: ${{ inputs.php }} coverage: ${{ inputs.coverage && 'xdebug' || 'none' }} diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 3f5eaa23..2afeadb4 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v4 - name: Set up PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.35.5 with: php-version: ${{ matrix.php-versions }} coverage: none