Skip to content

Commit

Permalink
fix php setup
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Dec 12, 2023
1 parent 104951d commit a07fe3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Cache Composer packages
Expand Down

0 comments on commit a07fe3e

Please sign in to comment.