From 9253c9ae6d3580c57bf298ff149c469bf1e4542d Mon Sep 17 00:00:00 2001 From: Alexander Lisachenko Date: Sat, 13 Apr 2024 16:09:14 +0300 Subject: [PATCH] Allow running build on PHP8.3 as well --- .github/workflows/phpunit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 37e64b1f..85771d15 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -17,6 +17,7 @@ jobs: - "highest" php-version: - "8.2" + - "8.3" operating-system: - "ubuntu-latest"