Skip to content

Commit

Permalink
Merge pull request #9 from shyim/add-php84
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge authored Nov 24, 2024
2 parents 32bd795 + fd39a21 commit 4202ee5
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, 8.3]
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
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 || ~8.3.0 || ~7.4.0"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~7.4.0"
},
"require-dev": {
"phpstan/phpstan": "^1.3",
Expand Down

0 comments on commit 4202ee5

Please sign in to comment.