Skip to content

Commit

Permalink
Build using PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stymiee committed Dec 19, 2020
1 parent 2610735 commit f8d9484
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 @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2

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

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

Expand Down

0 comments on commit f8d9484

Please sign in to comment.