Skip to content

Commit 6ffac24

Browse files
authored
Merge pull request #23 from DutchCodingCompany/update-github-workflow
2 parents 2282a40 + dc8e86f commit 6ffac24

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest]
21-
php: [8.3, 8.2, 8.1]
21+
php: [8.4, 8.3, 8.2, 8.1]
2222
laravel: [10.*, 11.*]
2323
stability: [prefer-stable]
2424
include:
@@ -29,6 +29,8 @@ jobs:
2929
testbench: 9.*
3030
phpstan_neon: phpstan.neon
3131
exclude:
32+
- laravel: 10.*
33+
php: 8.4
3234
- laravel: 11.*
3335
php: 8.1
3436

.github/workflows/run-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
php: [8.3, 8.2, 8.1]
23+
php: [8.4, 8.3, 8.2, 8.1]
2424
laravel: [10.*, 11.*]
2525
stability: [prefer-stable]
2626
include:
@@ -29,6 +29,8 @@ jobs:
2929
- laravel: 11.*
3030
testbench: 9.*
3131
exclude:
32+
- laravel: 10.*
33+
php: 8.4
3234
- laravel: 11.*
3335
php: 8.1
3436

@@ -59,4 +61,4 @@ jobs:
5961
run: composer show -D
6062

6163
- name: Execute tests
62-
run: vendor/bin/phpunit tests
64+
run: vendor/bin/phpunit tests

0 commit comments

Comments
 (0)