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

Upgrade #117

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Upgrade #117

wants to merge 3 commits into from

Conversation

dakur
Copy link

@dakur dakur commented Dec 14, 2023

  • support PHP 8.3
  • support brick/math 0.12

Not sure on which PHP version to regenerate the composer.lock file when the lib should be compatible with 5 versions of PHP. I've used the oldest (7.4). But should be the file there at all?

@pascaldevink

@ytake
Copy link

ytake commented Jun 12, 2024

@pascaldevink ping

@gharlan
Copy link
Contributor

gharlan commented Dec 5, 2024

  • support PHP 8.3

PHP 8.4 could now also be added.

@@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.4','8.0','8.1','8.2']
php-versions: ['7.4','8.0','8.1','8.2','8.3']
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
php-versions: ['7.4','8.0','8.1','8.2','8.3']
php-versions: ['7.4','8.0','8.1','8.2','8.3','8.4']

@@ -18,8 +18,8 @@
"test": "vendor/bin/phpunit"
},
"require": {
"php": "^7.4|^8.0|^8.1|^8.2",
"brick/math": "^0.9.1|^0.10|^0.11",
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
"php": "^7.4|^8.0|^8.1|^8.2|^8.3|^8.4",

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