Skip to content

Commit

Permalink
#220 Use PHP 7.2 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Jan 5, 2022
1 parent f9144ec commit c0ad048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup PHP 7.1
- name: Setup PHP 7.2
uses: shivammathur/setup-php@v2
with:
php-version: '7.1'
php-version: '7.2'

- name: Update Ubuntu packages
run: sudo apt-get update
Expand Down

0 comments on commit c0ad048

Please sign in to comment.