8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1145bd commit 63f925bCopy full SHA for 63f925b
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: true
18
matrix:
19
- php: ['8.0', '8.1']
+ php: ['8.0', 8.1, 8.2]
20
stability: [prefer-lowest, prefer-stable]
21
22
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
tests/HandleExceptionsTest.php
@@ -11,6 +11,10 @@ class HandleExceptionsTest extends TestCase
11
{
12
use RegistersExceptionHandlers;
13
14
+ protected $container;
15
+
+ protected $config;
protected function setUp(): void
$this->container = new Container;
0 commit comments