Fixed syntax

This commit is contained in:
Barnaby Walters 2021-06-15 00:03:05 +02:00
parent 83900d915d
commit 6ee1c0986d
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
name: PHPUnit Tests
uses: shivammathur/setup-php@2.11.0
with:
php-version: '7.3'
extensions: 'xdebug'
with:
php-version: '7.3'
extensions: 'xdebug'
on:
push: