From f4662572c74d8ae9840c9936015cff1d13460113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Janu=CC=8A?= Date: Thu, 7 Dec 2023 15:05:17 +0100 Subject: [PATCH] phpunit 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 e94f291..7f1c84c 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ '8.1', '8.2' ] + php: [ '8.1', '8.2', '8.3' ] name: PHP ${{ matrix.php }} steps: - uses: actions/checkout@v2