Skip to content

Commit

Permalink
Run workflows using PHP 8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-jc-allen committed Aug 29, 2022
1 parent 831fc1e commit 18626da
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 18626da

Please sign in to comment.