Skip to content

Commit b38aaeb

Browse files
[2.x] PHP 8.2 builds (#153)
* Update tests.yml * Update ClassAliasAutoloaderTest.php * Update ClassAliasAutoloaderTest.php * Apply fixes from StyleCI Co-authored-by: StyleCI Bot <[email protected]>
1 parent 97357b4 commit b38aaeb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.2, 7.3, 7.4, '8.0', 8.1]
16+
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2]
1717
laravel: [^6.0, ^7.0, ^8.0, ^9.0]
1818
exclude:
1919
- php: 7.2
@@ -28,6 +28,12 @@ jobs:
2828
laravel: ^6.0
2929
- php: 8.1
3030
laravel: ^7.0
31+
- php: 8.2
32+
laravel: ^6.0
33+
- php: 8.2
34+
laravel: ^7.0
35+
- php: 8.2
36+
laravel: ^8.0
3137

3238
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
3339

tests/ClassAliasAutoloaderTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
class ClassAliasAutoloaderTest extends TestCase
1111
{
12+
protected $classmapPath;
13+
protected $loader;
14+
1215
protected function setUp(): void
1316
{
1417
$this->classmapPath = __DIR__.'/fixtures/vendor/composer/autoload_classmap.php';

0 commit comments

Comments
 (0)