Skip to content

Commit 1ec5974

Browse files
committed
Auto-detect PHP version to use
1 parent b0450f1 commit 1ec5974

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/composer-validate.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ on:
1212
- "master"
1313
- "feature/*"
1414

15-
env:
16-
PHP_VERSION: "8.2"
17-
1815
jobs:
1916
composer-validate:
2017
name: "Check validity of composer.json"
@@ -28,8 +25,6 @@ jobs:
2825

2926
- name: "Install PHP"
3027
uses: "shivammathur/setup-php@v2"
31-
with:
32-
php-version: "${{ env.PHP_VERSION }}"
3328

3429
- name: "Run composer validate"
3530
run: "composer validate --strict"

0 commit comments

Comments
 (0)