Skip to content

fix: Avoid dynamic properties not allowed error and include 8.2 in CI#113

Merged
nickevansuk merged 6 commits intomasterfrom
feature/SB-3744-php-8.2-upgrade
Aug 8, 2024
Merged

fix: Avoid dynamic properties not allowed error and include 8.2 in CI#113
nickevansuk merged 6 commits intomasterfrom
feature/SB-3744-php-8.2-upgrade

Conversation

@nickevansuk
Copy link
Copy Markdown
Contributor

@nickevansuk nickevansuk commented Aug 7, 2024

From playfinder#2 - updated to use "protected" rather than "private", and to run against 8.2 in CI

@nickevansuk nickevansuk changed the title fix: No dynamic properties fix: Avoid dynamic properties not allowed error Aug 7, 2024
@nickevansuk nickevansuk changed the title fix: Avoid dynamic properties not allowed error fix: Avoid dynamic properties not allowed error and upgrade to 8.2 Aug 7, 2024
@nickevansuk nickevansuk changed the title fix: Avoid dynamic properties not allowed error and upgrade to 8.2 fix: Avoid dynamic properties not allowed error and include 8.2 in CI Aug 7, 2024
@nickevansuk nickevansuk enabled auto-merge (squash) August 7, 2024 12:46
Copy link
Copy Markdown
Contributor

@nathansalter nathansalter left a comment

Choose a reason for hiding this comment

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

Looks good 👍

fail-fast: false
matrix:
php-versions: ['5.6', '7.3', '7.4', '8.0']
php-versions: ['5.6', '7.3', '7.4', '8.0', '8.2']
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Not for this, but I'd really like to discuss removing support for 5.6, it's been EOL for over 5 years now https://www.php.net/eol.php

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I think Our Parks are still using it... need to confirm that though

@nickevansuk nickevansuk merged commit 15227e9 into master Aug 8, 2024
@nickevansuk nickevansuk deleted the feature/SB-3744-php-8.2-upgrade branch August 8, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants