Skip to content

Commit f07ea65

Browse files
authored
Merge pull request #50 from DutchCodingCompany/feature/add-php-85-to-workflow
Feature/add php 85 to workflow
2 parents 4c8023a + 214b610 commit f07ea65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 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.4, 8.3, 8.2]
21+
php: [8.5, 8.4, 8.3, 8.2]
2222
laravel: [11.*, 12.*]
2323
stability: [prefer-stable]
2424
include:

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
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.4, 8.3, 8.2]
23+
php: [8.5, 8.4, 8.3, 8.2]
2424
laravel: [11.*, 12.*]
2525
stability: [prefer-stable]
2626
include:

0 commit comments

Comments
 (0)