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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH Actions: various tweaks / PHP 8.2 not allowed to fail #193

Merged
merged 3 commits into from Dec 10, 2022

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Dec 8, 2022

Proposed Changes

GH Actions/Securitycheck: update the security checker download

The security checker binary has had a new release, so let's take advantage of it.

Refs:

GH Actions: update PHP versions in workflows

PHP 8.2 has been released today 馃帀 and the setup-php action has announced support for PHP 8.3, so adding PHP 8.3 to the matrix and no longer allowing PHP 8.2 to fail the build.

Builds against PHP 8.3 are still allowed to fail for now.

GH Actions: minor simplification

... of the bash date command in the earlier pulled cache busting.

PHP 8.2 has been released today 馃帀 and the `setup-php` action has announced support for PHP 8.3, so adding PHP 8.3 to the matrix and no longer allowing PHP 8.2 to fail the build.

Builds against PHP 8.3 are still allowed to fail for now.

Includes updating the `PHPCSVersions` class for the test suite to contain a PHP `8.3` block and updating the PHPCS table to include the latest releases. (we should automate that)
... of the bash `date` command in the earlier pulled cache busting.
@jrfnl jrfnl force-pushed the feature/ghactions-tweak-php-versions branch from dc5f52c to b290f87 Compare December 8, 2022 21:07
@jrfnl jrfnl merged commit 77cfd99 into master Dec 10, 2022
@jrfnl jrfnl deleted the feature/ghactions-tweak-php-versions branch December 10, 2022 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants