Fix ci script typo

This commit is contained in:
Jaapio
2024-03-12 22:45:15 +01:00
parent eb008b75d8
commit 2b309a247d
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
unit-tests: unit-tests:
name: "Unit test" name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/continue[email protected]" uses: "phpDocumentor/.github/.github/workflows/continuou[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', '8.3']" php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']"