Set GH action to use PHP 7.3

This commit is contained in:
Barnaby Walters 2021-06-15 00:02:34 +02:00
parent 7cc21b39c3
commit 83900d915d
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
name: PHPUnit Tests
uses: shivammathur/setup-php@2.11.0
with:
php-version: '7.3'
extensions: 'xdebug'
on:
push:
branches: [ main ]