From 18f775d5f4c2b0e7bfe2a859fdf8a8eb622ada00 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Tue, 23 Dec 2025 11:37:26 +0100 Subject: [PATCH 1/2] chore: bump dev dependencies add testruns for PHP > 8.2 --- .github/workflows/run-tests.yml | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6844120..0e1da9d 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.0, 8.1, 8.2] + php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} @@ -23,7 +23,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick - coverage: none + coverage: pcov - name: Setup problem matchers run: | diff --git a/composer.json b/composer.json index 2b9f69b..af92678 100755 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ "ext-dom": "*" }, "require-dev": { - "mockery/mockery": "^1.2", - "pestphp/pest": "^1.21", - "spatie/pest-plugin-snapshots": "^1.1" + "mockery/mockery": "^1.6", + "pestphp/pest": "^1.23 || ^2.0 || ^3.0 || ^4.0", + "spatie/pest-plugin-snapshots": "^1.1 || ^2.0" }, "autoload": { "psr-4": { From 28e2038d21af6bb04b6042db971764959d1ea3af Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Tue, 23 Dec 2025 11:46:04 +0100 Subject: [PATCH 2/2] chore: bump dev dependencies add testruns for PHP > 8.2 --- phpunit.xml.dist | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 94c0e39..53e727b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,31 +2,27 @@ tests - + + - ./src + src + + +