Skip to content

Commit

Permalink
ci: Use setup php
Browse files Browse the repository at this point in the history
  • Loading branch information
aszenz committed Nov 26, 2023
1 parent 74156da commit f042674
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
tools: composer
coverage: none
env:
fail-fast: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

Expand Down

0 comments on commit f042674

Please sign in to comment.