Skip to content

Commit

Permalink
[2.x] PHP 8.2 builds (#153)
Browse files Browse the repository at this point in the history
* Update tests.yml

* Update ClassAliasAutoloaderTest.php

* Update ClassAliasAutoloaderTest.php

* Apply fixes from StyleCI

Co-authored-by: StyleCI Bot <bot@styleci.io>
  • Loading branch information
driesvints and StyleCIBot authored Oct 4, 2022
1 parent 97357b4 commit b38aaeb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, '8.0', 8.1]
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2]
laravel: [^6.0, ^7.0, ^8.0, ^9.0]
exclude:
- php: 7.2
Expand All @@ -28,6 +28,12 @@ jobs:
laravel: ^6.0
- php: 8.1
laravel: ^7.0
- php: 8.2
laravel: ^6.0
- php: 8.2
laravel: ^7.0
- php: 8.2
laravel: ^8.0

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

Expand Down
3 changes: 3 additions & 0 deletions tests/ClassAliasAutoloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

class ClassAliasAutoloaderTest extends TestCase
{
protected $classmapPath;
protected $loader;

protected function setUp(): void
{
$this->classmapPath = __DIR__.'/fixtures/vendor/composer/autoload_classmap.php';
Expand Down

0 comments on commit b38aaeb

Please sign in to comment.