From a57007df8f12ee504e5bcd5729be52108a82c984 Mon Sep 17 00:00:00 2001 From: Serhii Petrov Date: Thu, 5 Oct 2023 22:31:01 +0300 Subject: [PATCH] Test against php 8.3 --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 8c243a4c..294373ad 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1, 8.2] + php: [8.0, 8.1, 8.2, 8.3] laravel: [9.*, 10.*] os: [ubuntu-latest] coverage: [none]