Skip to content

Commit

Permalink
feat: allow php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Nov 9, 2023
1 parent 28421dd commit b9d4fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 8.0, 8.1, 8.2]
php: [7.4, 8.0, 8.1, 8.2, 8.3]
stability: ['prefer-stable']

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Finds classes, interfaces, traits, and enums.",
"type": "library",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~7.4.0"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~7.4.0"
},
"require-dev": {
"phpstan/phpstan": "^1.3",
Expand Down

0 comments on commit b9d4fda

Please sign in to comment.