Merge pull request #356 from sergiy-petrov/sergiy-petrov-patch-1

Test against php 8.3
This commit is contained in:
Jaap van Otterdijk
2023-10-13 08:34:03 +02:00
committed by GitHub
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
uses: "phpDocumentor/.github/.github/workflows/[email protected]" uses: "phpDocumentor/.github/.github/workflows/[email protected]"
with: with:
composer-root-version: "5.x-dev" composer-root-version: "5.x-dev"
php-versions: "['7.4', '8.0', '8.1', '8.2']" php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']"
bc_check: bc_check:
name: "BC Check" name: "BC Check"