Skip to content

[6.x] Run Windows tests against Laravel 12#11628

Merged
jasonvarga merged 2 commits intomasterfrom
windows-tests
Mar 27, 2025
Merged

[6.x] Run Windows tests against Laravel 12#11628
jasonvarga merged 2 commits intomasterfrom
windows-tests

Conversation

@duncanmcclean
Copy link
Member

On 5.x, the Windows tests are running against both Laravel 10 and 11:

include:
- os: windows-latest
php: 8.3
laravel: 10.*
stability: prefer-stable
- os: windows-latest
php: 8.3
laravel: 11.*
stability: prefer-stable

However, right now on master, we're only running Windows tests against Laravel 11. This pull request adds Laravel 12 to the matrix. It also adjusts the PHP version they're run on to PHP 8.4.

@jasonvarga jasonvarga merged commit 46498ca into master Mar 27, 2025
19 checks passed
@jasonvarga jasonvarga deleted the windows-tests branch March 27, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants