8000 [9.x] Test on PHP 8.2 (#1257) · laravel/lumen-framework@63f925b · GitHub
[go: up one dir, main page]

Skip to content

Commit 63f925b

Browse files
authored
[9.x] Test on PHP 8.2 (#1257)
* Test on PHP 8.2 * wip
1 parent d1145bd commit 63f925b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: ['8.0', '8.1']
19+
php: ['8.0', 8.1, 8.2]
2020
stability: [prefer-lowest, prefer-stable]
2121

2222
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

tests/HandleExceptionsTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ class HandleExceptionsTest extends TestCase
1111
{
1212
use RegistersExceptionHandlers;
1313

14+
protected $container;
15+
16+
protected $config;
17+
1418
protected function setUp(): void
1519
{
1620
$this->container = new Container;

0 commit comments

Comments
 (0)
0