Skip to content

Commit

Permalink
Merge pull request #78 from ash-jc-allen/php-8.2
Browse files Browse the repository at this point in the history
PHP 8.2 Support
  • Loading branch information
ash-jc-allen authored Sep 12, 2022
2 parents 831fc1e + 18626da commit 0ee6b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1]
php: [8.0, 8.1, 8.2]
laravel: [8.*, 9.*]
include:
- laravel: 8.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1]
php: [8.0, 8.1, 8.2]
laravel: [8.*, 9.*]
include:
- laravel: 9.*
Expand Down

0 comments on commit 0ee6b75

Please sign in to comment.