Skip to content

Commit

Permalink
Pin PHP version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kkorotkov authored Oct 10, 2024
1 parent 0641d23 commit ca89f23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v4

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

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

Expand Down

0 comments on commit ca89f23

Please sign in to comment.