Skip to content

Commit 6b7829e

Browse files
committed
exclude prefer-lowest from PHP 8.4 in ci run
1 parent 768db37 commit 6b7829e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
testbench: 10.*
1717
- laravel: 11.*
1818
testbench: 9.*
19-
# exclude:
20-
# - laravel: 11.*
21-
# php: 8.1
19+
exclude:
20+
- php: 8.4
21+
stability: prefer-lowest
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2424

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
<clover outputFile="build/logs/clover.xml"/>
2828
</report>
2929
</coverage>
30-
<php>
31-
<env name="TESTBENCH_CONVERT_DEPRECATIONS_TO_EXCEPTIONS" value="false" />
32-
</php>
3330
<logging>
3431
<junit outputFile="build/report.junit.xml"/>
3532
</logging>

0 commit comments

Comments
 (0)