diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 41427d0..0e4e583 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Set up PHP - uses: shivammathur/setup-php@2.31.1 + uses: shivammathur/setup-php@2.32.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/deploy-plugin.yml b/.github/workflows/deploy-plugin.yml index 243c5c0..d2fde0f 100644 --- a/.github/workflows/deploy-plugin.yml +++ b/.github/workflows/deploy-plugin.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Set up PHP - uses: shivammathur/setup-php@2.31.1 + uses: shivammathur/setup-php@2.32.0 with: php-version: '7.4' coverage: none diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index a65dce1..6ae3465 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 - name: Set up PHP - uses: shivammathur/setup-php@2.31.1 + uses: shivammathur/setup-php@2.32.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 698f214..00ca74c 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v4 - name: Set up PHP - uses: shivammathur/setup-php@2.31.1 + uses: shivammathur/setup-php@2.32.0 with: php-version: '7.4' coverage: none diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 66d05c0..b039a5a 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.31.1 + uses: shivammathur/setup-php@2.32.0 with: php-version: ${{ matrix.php-versions }} coverage: none