diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 1e43747..171973a 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.30.4 + uses: shivammathur/setup-php@2.30.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/deploy-plugin.yml b/.github/workflows/deploy-plugin.yml index d6da108..512c755 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.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: '7.4' coverage: none diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index 67d8702..06982ef 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.30.4 + uses: shivammathur/setup-php@2.30.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 f99b8b5..8b9b8dd 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.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: '7.4' coverage: none diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index a52e8a7..3b24e8b 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.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-versions }} coverage: none