We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768db37 commit 6b7829eCopy full SHA for 6b7829e
.github/workflows/ci.yml
@@ -16,9 +16,9 @@ jobs:
16
testbench: 10.*
17
- laravel: 11.*
18
testbench: 9.*
19
-# exclude:
20
-# - laravel: 11.*
21
-# php: 8.1
+ exclude:
+ - php: 8.4
+ stability: prefer-lowest
22
23
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
phpunit.xml.dist
@@ -27,9 +27,6 @@
27
<clover outputFile="build/logs/clover.xml"/>
28
</report>
29
</coverage>
30
- <php>
31
- <env name="TESTBENCH_CONVERT_DEPRECATIONS_TO_EXCEPTIONS" value="false" />
32
- </php>
33
<logging>
34
<junit outputFile="build/report.junit.xml"/>
35
</logging>
0 commit comments