Skip to content

Commit f204694

Browse files
Merge pull request #11 from Laragear/feat/php-8.4
PHP 8.4 support
2 parents e685131 + d0cc5e8 commit f204694

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
/phpunit.xml export-ignore
1111
/tests export-ignore
1212
/.editorconfig export-ignore
13+
/phpstan.neon export-ignore

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
- 8.1
5656
- 8.2
5757
- 8.3
58+
- 8.4
5859
laravel-constraint:
5960
- 10.*
6061
- 11.*

phpstan.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
parameters:
2+
ignoreErrors:
3+
- '#Trait Laragear\\Meta\\BootHelpers is used zero times and is not analysed\.#'
4+
- '#Trait Laragear\\Meta\\Console\\Commands\\WithEnvironmentFile is used zero times and is not analysed\.#'
5+
- '#Trait Laragear\\Meta\\Database\\Eloquent\\ExtendsBuilder is used zero times and is not analysed\.#'

0 commit comments

Comments
 (0)