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

remove support for php 7.x #31

Merged
merged 4 commits into from
Aug 25, 2023
Merged

Conversation

Bart-Kuenen-nextapps
Copy link
Contributor

No description provided.

Comment on lines 13 to 14
php: [8.0, 8.1, 8.2]
laravel: [7.*, 8.*, 9.*, 10.*]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
php: [8.0, 8.1, 8.2]
laravel: [7.*, 8.*, 9.*, 10.*]
php: [8.1, 8.2]
laravel: [10.*]

let's just drop support for all old Laravel versions as well (and PHP 8.0 too because Laravel 10 requires php 8.1 or later)

composer.json Outdated
@@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.3|^7.4|^8.0|^8.1|^8.2",
"php": "^8.0|^8.1|^8.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"php": "^8.0|^8.1|^8.2",
"php": "^8.1|^8.2",

.github/workflows/run-tests.yml Show resolved Hide resolved
@Bart-Kuenen-nextapps Bart-Kuenen-nextapps merged commit eaacf0b into master Aug 25, 2023
10 checks passed
@Bart-Kuenen-nextapps Bart-Kuenen-nextapps deleted the remove_support_for_php_7.x branch August 25, 2023 10:49
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.

3 participants