From 7d1cff389393f11ba154923025298cee6620191d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Thu, 21 Nov 2024 15:33:56 +0100 Subject: [PATCH 1/4] chore: Update Codecov action to v5 and add PHP 8.4 to test matrix --- .github/workflows/codecov.yml | 2 +- .github/workflows/run-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index dfcc479..70e6441 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -63,7 +63,7 @@ jobs: run: vendor/bin/pest --coverage - name: Send code coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: false diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 140f79b..d1a6826 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4] stability: [prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} From 054632e40bba1c35681e4cc89f55f684e0e8ea9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Thu, 21 Nov 2024 15:35:19 +0100 Subject: [PATCH 2/4] chore: Update PHPStan configuration to use Composer version and set PHP version to 8.3 --- .github/workflows/phpstan-php-code.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/phpstan-php-code.yml b/.github/workflows/phpstan-php-code.yml index a222dfc..9dde107 100644 --- a/.github/workflows/phpstan-php-code.yml +++ b/.github/workflows/phpstan-php-code.yml @@ -12,3 +12,5 @@ jobs: - uses: php-actions/phpstan@v3 with: path: src/ + version: "composer" + php_version: 8.3 From ec381a558bf369c8f33af334e7a313cde30ee6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Thu, 21 Nov 2024 15:35:52 +0100 Subject: [PATCH 3/4] chore: Update PHPStan action to use unquoted Composer version --- .github/workflows/phpstan-php-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpstan-php-code.yml b/.github/workflows/phpstan-php-code.yml index 9dde107..ca408ee 100644 --- a/.github/workflows/phpstan-php-code.yml +++ b/.github/workflows/phpstan-php-code.yml @@ -12,5 +12,5 @@ jobs: - uses: php-actions/phpstan@v3 with: path: src/ - version: "composer" + version: composer php_version: 8.3 From fc0ecbbdc4b5113605f2b337e4ea6a96f0ef53ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Sun, 8 Dec 2024 11:16:25 +0100 Subject: [PATCH 4/4] # v3.0.02 Fix Mobi file error "Prevent counting on null", with #100 by @SergioMendolia --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b7fd14..8182fdf 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiwilan/php-ebook", "description": "PHP package to read metadata and extract covers from eBooks, comics and audiobooks.", - "version": "3.0.01", + "version": "3.0.02", "keywords": [ "php", "ebook",