mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Use phpunit8.3 schema in phpunit.xml
This commit is contained in:
parent
7e0e83ef15
commit
00b2d49b95
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
language: php
|
language: php
|
||||||
|
dist: bionic
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
@ -14,7 +15,7 @@ php:
|
||||||
- '7.4'
|
- '7.4'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install -o
|
||||||
# Compile assets
|
# Compile assets
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
|
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
|
||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.3/phpunit.xsd"
|
||||||
backupGlobals="false"
|
backupGlobals="false"
|
||||||
colors="true"
|
colors="true"
|
||||||
bootstrap="config/bootstrap.php"
|
bootstrap="config/bootstrap.php"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue