Skip to content

Commit b6d9f31

Browse files
committed
Add PHP 8.5 support, fix coverage warnings, ensure Pest 4/PHPUnit 12
1 parent 3dabaf5 commit b6d9f31

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: [8.4, 8.3, 8.2, 8.1, 8.0]
15+
php: [8.5, 8.4, 8.3, 8.2, 8.1, 8.0]
1616
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*', '13.*']
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
include:

phpunit.xml.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
3-
<coverage>
4-
<include>
5-
<directory suffix=".php">src/</directory>
6-
</include>
7-
</coverage>
83
<testsuites>
94
<testsuite name="Spatie Test Suite">
105
<directory>tests</directory>

0 commit comments

Comments
 (0)