diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 0804dc55..664210b6 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.34.0 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.34.0 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..6b381877 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.34.0 with: php-version: '7.4' coverage: none diff --git a/.github/workflows/reusable-phpunit-tests.yml b/.github/workflows/reusable-phpunit-tests.yml index b73c91bf..ef1de7c0 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.34.0 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..6884752f 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.34.0 with: php-version: ${{ matrix.php-versions }} coverage: none