Skip to content

Commit

Permalink
Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WeTurkstra committed Apr 8, 2024
1 parent 821f25a commit f076519
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
php_version: "8.2"
- name: Validate composer.json and composer.lock
run: composer validate --strict

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

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
Expand Down

0 comments on commit f076519

Please sign in to comment.