Fixes for github actions

This commit is contained in:
David Bomba 2020-12-18 11:47:11 +11:00
parent 22a359b004
commit 676cfd1416

View File

@ -17,7 +17,7 @@ jobs:
phpunit-versions: ['latest'] phpunit-versions: ['latest']
include: include:
- operating-system: 'ubuntu-latest' - operating-system: 'ubuntu-latest'
env: env:
DB_DATABASE1: ninja DB_DATABASE1: ninja
DB_USERNAME1: root DB_USERNAME1: root
@ -65,6 +65,11 @@ jobs:
sleep 1 sleep 1
done done
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- uses: actions/checkout@v1 - uses: actions/checkout@v1
with: with:
ref: v5-develop ref: v5-develop