Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit c67b7ce

Browse files
Disabled convert warnings to errors
1 parent 8564aec commit c67b7ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- laravel: "11.0"
6060
php: "8.1"
6161

62-
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }} ${{ matrix.prefer }}
62+
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
6363

6464
steps:
6565
- name: Checkout code

Diff for: phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
colors="true"
99
convertErrorsToExceptions="true"
1010
convertNoticesToExceptions="true"
11-
convertWarningsToExceptions="true"
11+
convertWarningsToExceptions="false"
1212
processIsolation="false"
1313
stopOnError="false"
1414
stopOnFailure="false"

0 commit comments

Comments
 (0)