Skip to content

Commit

Permalink
ci: test against PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Jan 11, 2023
1 parent 1eb5f36 commit 2a1e264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ['8.0', '8.1']
php: ['8.0', '8.1', '8.2']
dependency-version: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"require-dev": {
"ext-json": "*",
"laravel/pint": "^1.0",
"phpstan/phpstan": "^1.4.5",
"laravel/pint": "^1.4",
"phpstan/phpstan": "^1.9.8",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit 2a1e264

Please sign in to comment.