diff --git a/.github/workflows/backwards-compatibility.yml b/.github/workflows/backwards-compatibility.yml index bb62a2cf..0b7e0bbc 100644 --- a/.github/workflows/backwards-compatibility.yml +++ b/.github/workflows/backwards-compatibility.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.3" + uses: "shivammathur/setup-php@2.30.4" with: php-version: "8.2" ini-values: memory_limit=-1 diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 9a94ff01..1ffa4f27 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4.1.3" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.3" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 069b1bbd..e18e602d 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4.1.3" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.3" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/composer-json-lint.yml b/.github/workflows/composer-json-lint.yml index d96c250b..44da97fe 100644 --- a/.github/workflows/composer-json-lint.yml +++ b/.github/workflows/composer-json-lint.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4.1.3" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.3" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 7f7b4459..e741b1e1 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4.1.3" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.3" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 672e9244..d11ed548 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -28,7 +28,7 @@ jobs: uses: "actions/checkout@v4.1.3" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.3" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "none" php-version: "${{ matrix.php-version }}" @@ -84,7 +84,7 @@ jobs: uses: "actions/checkout@v4.1.3" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.3" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 9cd0fe7f..471621c2 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4.1.3" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.3" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "none" php-version: "${{ matrix.php-version }}"