Skip to content

Commit efef74c

Browse files
chore: PHPStan: use PHP version from the matrix
1 parent 7c1de1f commit efef74c

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)