Skip to content

Commit

Permalink
Merge pull request #134 from ash-jc-allen/php-8.3
Browse files Browse the repository at this point in the history
Run CI tests with PHP 8.3
  • Loading branch information
ash-jc-allen authored Oct 20, 2023
2 parents 0012dec + 9a14db9 commit a8f6602
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, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*]
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, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*]
include:
- laravel: 10.*
Expand Down

0 comments on commit a8f6602

Please sign in to comment.