Skip to content

Commit c86c8d4

Browse files
authored
Merge pull request #356 from sergiy-petrov/sergiy-petrov-patch-1
Test against php 8.3
2 parents 7b21721 + 1286851 commit c86c8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
4848
with:
4949
composer-root-version: "5.x-dev"
50-
php-versions: "['7.4', '8.0', '8.1', '8.2']"
50+
php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']"
5151

5252
bc_check:
5353
name: "BC Check"

0 commit comments

Comments
 (0)