From 6f2618f3a59b97600ac2fbc5b6d207006dfdd297 Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Tue, 6 Feb 2024 22:44:42 +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 dfce62b..cb6b04d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [8.0, 8.1, 8.2] + php: [8.0, 8.1, 8.2, 8.3] steps: - name: Checkout code diff --git a/composer.json b/composer.json index 2540ed1..56858d0 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ "php": "^8.0", "ext-mbstring": "*", "guzzlehttp/psr7": "^2.0", + "phpunit/phpunit": "^9.5 | ^10.0 | ^11.0", "symfony/css-selector": ">=4.4.24 <8.0" }, "require-dev": { - "phpunit/phpunit": "^9.5 | ^10.0", "php-webdriver/webdriver": "^1.12" }, "conflict": {