Skip to content

Commit

Permalink
Auto-detect PHP version to use
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 9, 2024
1 parent b0450f1 commit 1ec5974
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/composer-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
- "master"
- "feature/*"

env:
PHP_VERSION: "8.2"

jobs:
composer-validate:
name: "Check validity of composer.json"
Expand All @@ -28,8 +25,6 @@ jobs:

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

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

0 comments on commit 1ec5974

Please sign in to comment.