mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-30 23:54:33 -04:00
Add PHP 7.3 and PHP 7.4 to tests
This commit is contained in:
parent
daa3cc2b68
commit
c406e0771c
3
.github/workflows/phpunit.yml
vendored
3
.github/workflows/phpunit.yml
vendored
@ -7,6 +7,9 @@ name: phpunit
|
|||||||
jobs:
|
jobs:
|
||||||
phpunit:
|
phpunit:
|
||||||
runs-on: ubuntu-latest
|
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