diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6cc8af4..b8c40fb 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -90,7 +90,7 @@ jobs: persist-credentials: false - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.2" with: php-version: "${{ matrix.php-version }}" extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter" @@ -146,7 +146,7 @@ jobs: persist-credentials: false - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.2" with: php-version: "${{ matrix.php-version }}" extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter" @@ -172,7 +172,7 @@ jobs: run: "vendor/bin/phpunit -c phpunit.xml --coverage-clover=.build/coverage/clover.xml --coverage-text --coverage-xml=.build/coverage/coverage-xml --log-junit=.build/coverage/phpunit.junit.xml --display-warnings --display-deprecations" - name: "Upload coverage to Codecov" - uses: "codecov/codecov-action@v4.1.0" + uses: "codecov/codecov-action@v4.1.1" with: file: ".build/coverage/clover.xml" flags: "phpunit,php-${{ matrix.php-version }},${{ matrix.operating-system }}"