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

GH Actions: update PHP versions in workflows #160

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Aug 28, 2023

PHP 8.2 has long been released and PHP 8.3 is nearing the first RC, so I propose adding PHP 8.3 to the matrix and no longer allowing PHP 8.2 to fail the build.

Additional notes:

  • As the build against PHP 8.3 passes, I've not added a continue-on-error allowance for PHP 8.3.
  • As all dependencies install okay on PHP 8.3, I've removed the toggle to composer install with --ignore-platform-reqs.

PHP 8.2 has long been released and PHP 8.3 is nearing the first RC, so I propose adding PHP 8.3 to the matrix and no longer allowing PHP 8.2 to fail the build.

Additional notes:
* As the build against PHP 8.3 passes, I've not added a `continue-on-error` allowance for PHP 8.3.
* As all dependencies install okay on PHP 8.3, I've removed the toggle to `composer install` with `--ignore-platform-reqs`.
@paragonie-security paragonie-security merged commit e0645e1 into paragonie:master Sep 2, 2023
1 check passed
@jrfnl jrfnl deleted the feature/ghactions-tweak-php-versions branch September 2, 2023 12:36
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.

None yet

2 participants