:octocat: run phan on matrix.php-version

This commit is contained in:
smiley
2023-03-08 23:03:38 +01:00
parent d8c9a1e881
commit d21ed9d8ed
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
uses: ramsey/composer-install@v2
- name: "Run phan"
run: php vendor/bin/phan
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
build-docs: