Skip to content

Commit

Permalink
Merge pull request #114 from erikn69/patch-2
Browse files Browse the repository at this point in the history
PHP 8.2 Build
  • Loading branch information
freekmurze authored Oct 15, 2022
2 parents d5160ca + bc322ed commit 8f7c0c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 8.1]
php: [8.0, 8.1, 8.2]
laravel: [9.*, 8.*]
stability: [prefer-lowest, prefer-stable]

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.62.1" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
Expand Down
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class TestCase extends \Orchestra\Testbench\TestCase
{
use MakesHttpRequests;

protected $fakeClient = null;

protected function setUp(): void
{
ray()->newScreen($this->getName());
Expand Down

0 comments on commit 8f7c0c1

Please sign in to comment.