Skip to content

Commit

Permalink
use php 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaa Sarhan committed Dec 3, 2023
1 parent 034f709 commit 824adfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: shivammathur/setup-php@v2
with:
php-version: 5.7

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

Expand Down

0 comments on commit 824adfe

Please sign in to comment.