diff --git a/.github/workflows/backwards-compatibility.yml b/.github/workflows/backwards-compatibility.yml index 1c7c43e..a249192 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.2" + uses: "shivammathur/setup-php@2.30.3" with: php-version: "8.2" ini-values: memory_limit=-1 diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index d65b786..c7d5db6 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.2" + uses: "shivammathur/setup-php@2.30.3" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 373a8ac..090d3bf 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.2" + uses: "shivammathur/setup-php@2.30.3" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5918a74..79cce11 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -28,7 +28,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.2" + uses: "shivammathur/setup-php@2.30.3" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 @@ -83,7 +83,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.2" + uses: "shivammathur/setup-php@2.30.3" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 9d8d0b7..2796d53 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.2" + uses: "shivammathur/setup-php@2.30.3" with: coverage: "none" php-version: "${{ matrix.php-version }}"