Skip to content

Commit

Permalink
updated php for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricio872 committed Apr 9, 2024
1 parent cbf0e8f commit 9b3f13d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php-composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
with:
fetch-depth: 0

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'

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

Expand Down

0 comments on commit 9b3f13d

Please sign in to comment.