Skip to content

Commit 4a273ba

Browse files
committed
minor #2842 [CI] PHPStan: use PHP version from the matrix (alexislefebvre)
This PR was merged into the 2.x branch. Discussion ---------- [CI] PHPStan: use PHP version from the matrix | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | Fix | License | MIT It installed PHP 8.1 instead of using various versions. Commits ------- efef74c chore: PHPStan: use PHP version from the matrix
2 parents 7c1de1f + efef74c commit 4a273ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup PHP
7979
uses: shivammathur/setup-php@v2
8080
with:
81-
php-version: '8.1'
81+
php-version: ${{ matrix.php-version }}
8282
tools: flex
8383

8484
- name: Install root dependencies

0 commit comments

Comments
 (0)