We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c38eed commit d09daedCopy full SHA for d09daed
.github/FUNDING.yml
@@ -1 +1 @@
1
-github: Elegantly
+github: ElegantEngineeringTech
.github/workflows/phpstan.yml
@@ -3,9 +3,9 @@ name: PHPStan
3
on:
4
push:
5
paths:
6
- - '**.php'
7
- - 'phpstan.neon.dist'
8
- - '.github/workflows/phpstan.yml'
+ - "**.php"
+ - "phpstan.neon.dist"
+ - ".github/workflows/phpstan.yml"
9
10
jobs:
11
phpstan:
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup PHP
19
uses: shivammathur/setup-php@v2
20
with:
21
- php-version: '8.3'
+ php-version: "8.4"
22
coverage: none
23
24
- name: Install composer dependencies
.github/workflows/run-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: true
matrix:
os: [ubuntu-latest]
- php: [8.3]
+ php: [8.3, 8.4]
laravel: [11.*]
stability: [prefer-stable]
include:
0 commit comments