Skip to content

Commit 5edd215

Browse files
Merge pull request #14 from Laravel-Lang/2.x
Update tests
2 parents 597865f + 6274019 commit 5edd215

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [ "8.1", "8.2", "8.3" ]
15-
laravel: [ "10.0" ]
15+
laravel: [ "10.0", "11.0" ]
16+
exclude:
17+
- laravel: "11.0"
18+
php: "8.1"
1619

1720
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
1821

phpunit.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
bootstrap="vendor/autoload.php"
2222
colors="true"
2323
convertErrorsToExceptions="true"
24-
convertNoticesToExceptions="true"
25-
convertWarningsToExceptions="true"
24+
convertNoticesToExceptions="false"
25+
convertWarningsToExceptions="false"
2626
processIsolation="false"
2727
stopOnError="false"
2828
stopOnFailure="false"

0 commit comments

Comments
 (0)