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
|
||||
jobs:
|
||||
phpunit:
|
||||
runs-on: ubuntu-latest
|
||||
run:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: ['ubuntu-latest']
|
||||
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:
|
||||
DB_DATABASE1: ninja
|
||||
DB_USERNAME1: root
|
||||
|
Loading…
x
Reference in New Issue
Block a user