Skip to content

Commit d09daed

Browse files
committed
github
1 parent 9c38eed commit d09daed

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: Elegantly
1+
github: ElegantEngineeringTech

.github/workflows/phpstan.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: PHPStan
33
on:
44
push:
55
paths:
6-
- '**.php'
7-
- 'phpstan.neon.dist'
8-
- '.github/workflows/phpstan.yml'
6+
- "**.php"
7+
- "phpstan.neon.dist"
8+
- ".github/workflows/phpstan.yml"
99

1010
jobs:
1111
phpstan:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.3'
21+
php-version: "8.4"
2222
coverage: none
2323

2424
- name: Install composer dependencies

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest]
20-
php: [8.3]
20+
php: [8.3, 8.4]
2121
laravel: [11.*]
2222
stability: [prefer-stable]
2323
include:

0 commit comments

Comments
 (0)