Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] Allow PHP 8.1 #150

Merged
merged 1 commit into from
Jan 17, 2025
Merged

[6.x] Allow PHP 8.1 #150

merged 1 commit into from
Jan 17, 2025

Conversation

Jubeki
Copy link
Contributor

@Jubeki Jubeki commented Jan 17, 2025

Github Actions Workflows indicate, that PHP 8.1 is supported. This PR adjusts the composer.json constraint accordingly.

strategy:
fail-fast: false
matrix:
php: [8.4, 8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
dependency-version: [prefer-stable]
exclude:
- php: 8.1
laravel: 11.*
- php: 8.4
laravel: 10.*

@freekmurze freekmurze merged commit e433415 into spatie:main Jan 17, 2025
@freekmurze
Copy link
Member

Thanks!

@Jubeki Jubeki deleted the patch-1 branch January 17, 2025 11:13
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