Skip to content

Commit

Permalink
Merge pull request #251 from 10up/fix/gh-actions
Browse files Browse the repository at this point in the history
ci: update test action
  • Loading branch information
jeffpaul authored Oct 26, 2020
2 parents 9a05c1b + 734e410 commit a9d1b98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
uses: actions/checkout@v2

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

- name: Install dependencies
run: composer install
Expand All @@ -44,10 +45,11 @@ jobs:
- uses: getong/mariadb-action@v1.1

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

- name: Install dependencies
run: composer install
Expand Down

0 comments on commit a9d1b98

Please sign in to comment.