Skip to content

Commit 061bc8f

Browse files
authored
Parameterize PHP version in linting workflow
1 parent 5a4034f commit 061bc8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: '8.3'
23+
php-version: ${{ matrix.php }}
2424
tools: composer:v2
2525

2626
- name: Copy .env

0 commit comments

Comments
 (0)