Skip to content

Commit

Permalink
Force specific php version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadyita committed Feb 19, 2024
1 parent f3b3551 commit 69cbef4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
steps:
- uses: actions/checkout@v4

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


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

Expand Down

0 comments on commit 69cbef4

Please sign in to comment.