Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH Actions: also lint against _next_ PHP version
The PHP lint job currently checks all PHP files for parse/compile errors against a limited set of PHP versions, including the high/low versions. It did not run the linter against the _next_ (upcoming) PHP version yet. This has now been added with the `'nightly'` alias, which means that the version will automatically run through to the next PHP version when a new PHP branchs gets cut, without us needing to manually maintain this.
- Loading branch information