mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +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
|
||||
dist: bionic
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
@ -14,7 +15,7 @@ php:
|
|||
- '7.4'
|
||||
|
||||
install:
|
||||
- composer install
|
||||
- composer install -o
|
||||
# Compile assets
|
||||
- yarn install
|
||||
- yarn build
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
|
||||
<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"
|
||||
colors="true"
|
||||
bootstrap="config/bootstrap.php"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue