Skip to content

Commit 8a462e0

Browse files
authored
Merge pull request #78 from sergiy-petrov/php-8.4
Test against php 8.3 and 8.4
2 parents fba210e + 45a564a commit 8a462e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
unit-tests:
4040
name: "Unit test"
41-
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.5.0"
41+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0"
4242
with:
4343
composer-root-version: "2.x-dev"
44-
php-versions: "['7.4', '8.0', '8.1', '8.2']"
44+
php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']"

0 commit comments

Comments
 (0)