Skip to content

Commit

Permalink
Configure action for php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
csrui authored Dec 20, 2020
1 parent d3e75e5 commit a785725
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Switch PHP Version
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'

- name: Validate composer.json and composer.lock files
run: composer validate --no-interaction

Expand Down

0 comments on commit a785725

Please sign in to comment.