ci: Check only PHP 8

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-11-19 07:15:14 +01:00
parent d2cc14fde2
commit 809186dbe0
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest ]
php: [ '7.4', '8' ]
php: [ '8' ]
name: Build & Test ${{ matrix.php }}/${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
# env:

View File

@@ -23,6 +23,7 @@
-->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./SP/bootstrap.php"
@@ -31,8 +32,7 @@
convertNoticesToExceptions="false"
convertWarningsToExceptions="false"
processIsolation="false"
stopOnFailure="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
stopOnFailure="true">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">../lib/SP</directory>