Skip to content

Commit

Permalink
Remove manual composer install, use set up PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed Feb 20, 2024
1 parent 55b8574 commit d922aaf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:

- uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"

- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand All @@ -33,9 +38,6 @@ jobs:
- name: Build packages
run: bun run build

- name: Install composer
run: sudo composer self-update --stable

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down

0 comments on commit d922aaf

Please sign in to comment.