Skip to content

Commit

Permalink
Merge pull request #21 from ash-jc-allen/php-8.2
Browse files Browse the repository at this point in the history
Run workflows using PHP 8.2
  • Loading branch information
ash-jc-allen authored Oct 17, 2022
2 parents 7a5f372 + 2b1fa00 commit d69b3e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-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: 9.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-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
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@
"scripts": {
"test": "vendor/bin/phpunit",
"larastan": "vendor/bin/phpstan analyse"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit d69b3e1

Please # to comment.