mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-11 15:34:21 -04:00
Fixes for github actions
This commit is contained in:
parent
df30f0cbc5
commit
47cf20efeb
13
.github/workflows/phpunit.yml
vendored
13
.github/workflows/phpunit.yml
vendored
@ -8,13 +8,20 @@ on:
|
|||||||
|
|
||||||
name: phpunit
|
name: phpunit
|
||||||
jobs:
|
jobs:
|
||||||
phpunit:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: ['ubuntu-latest']
|
operating-system: ['ubuntu-latest']
|
||||||
php-versions: ['7.3', '7.4']
|
php-versions: ['7.3', '7.4']
|
||||||
- operating-system: 'ubuntu-latest'
|
phpunit-versions: ['latest']
|
||||||
|
include:
|
||||||
|
- operating-system: 'ubuntu-latest'
|
||||||
|
phpunit:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
php-versions: ['7.3', '7.4']
|
||||||
env:
|
env:
|
||||||
DB_DATABASE1: ninja
|
DB_DATABASE1: ninja
|
||||||
DB_USERNAME1: root
|
DB_USERNAME1: root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user