Set GH action to use PHP 7.3
This commit is contained in:
parent
7cc21b39c3
commit
83900d915d
5
.github/workflows/php.yml
vendored
5
.github/workflows/php.yml
vendored
@ -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 ]
|
||||
|
Reference in New Issue
Block a user