From a462caafaf505d57b44a11e8929302c890161110 Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Tue, 6 Feb 2024 23:15:07 +0200 Subject: [PATCH] Support PHPUnit 11 --- .github/workflows/main.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2d5d5d..64bea46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [7.4, 8.0, 8.1, 8.2] + php: [7.4, 8.0, 8.1, 8.2, 8.3] steps: - name: Checkout code diff --git a/composer.json b/composer.json index b02e56a..5cd177a 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "phpunit/phpunit": "^8.0|^9.0|^10.0" + "phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": {