Skip to content

Commit 720a916

Browse files
Merge pull request #262 from MarcinOrlowski/feature/update-workflows-261
feat: Update PHPUnit workflow for Laravel 12 and PHP 8.3/8.4
2 parents 37e3c3e + 04f5b16 commit 720a916

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
matrix:
2929
# quotes are needed it is treated as a number and zero at decimal part is gone
3030
# at runtime i.e. 8.10 -> 8.1, while "8.10" => "8.10".
31-
laravel: ["11.0"]
32-
php: ["8.2"]
31+
laravel: ["12.0"]
32+
php: ["8.2", "8.3", "8.4"]
3333

3434
runs-on: ubuntu-latest
3535

docs/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ should be able to easily backport future new features to older versions rather e
2121
* v12.0.1 (2025-04-16)
2222
* [RB-255] Fixed `ToArrayConverter` using a new Request instance instead of the actual request.
2323
* [BR-256] Fixed `ToArrayConverter` potentially causing fatal error if object lacks `toArray` method.
24+
* [GH-261] Updated GitHub Actions workflow to test against Laravel 12, PHP 8.3, and PHP 8.4.
2425

2526
* v12.0.0 (2025-04-16)
2627
* Added support for Laravel v12.

0 commit comments

Comments
 (0)