Skip to content

Commit

Permalink
GH Actions - WPA - Use PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Mar 4, 2021
1 parent 59010bc commit ca907d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
coverage: none
tools: composer:v1

- name: Install dependencies
run: composer install

Expand All @@ -34,6 +41,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
coverage: none
tools: composer:v1

- name: Install dependencies
run: composer install

Expand Down

0 comments on commit ca907d0

Please sign in to comment.