Skip to content

Commit 73fcdc5

Browse files
committed
ci: update PHP version matrix to include 8.5 in tests workflow
1 parent a5a552e commit 73fcdc5

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: true
2323
matrix:
24-
php: [8.4]
24+
php: [8.5, 8.4]
2525

2626
name: PHP ${{ matrix.php }}
2727

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"barryvdh/laravel-ide-helper": "^3.6",
4747
"fakerphp/faker": "^1.24.1",
4848
"larastan/larastan": "^3.8.0",
49-
"laravel/boost": "^1.8.1",
49+
"laravel/boost": "^1.8.2",
5050
"laravel/envoy": "^2.10.2",
5151
"laravel/pail": "^1.2.3",
5252
"laravel/pint": "^1.25.1",

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)