- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 363
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
2.6.0 #300
Merged
Merged
2.6.0 #300
+1,226
−1,171
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
no need for cs2pr
PHPStan is GH Actions-friendly
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <[email protected]>
…ions/core-1.2.6 Bump @actions/core from 1.2.5 to 1.2.6
shivammathur
added
release
security
Pull requests that address a security vulnerability
labels
Oct 5, 2020
Codecov Report
@@ Coverage Diff @@
## master #300 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 5 -1
Lines 476 486 +10
=========================================
+ Hits 476 486 +10
Continue to review full report at Codecov.
|
shivammathur
added a commit
that referenced
this pull request
Oct 15, 2020
shivammathur
added a commit
that referenced
this pull request
Oct 15, 2020
Kingdutch
added a commit
to Kingdutch/graphql-php
that referenced
this pull request
Nov 27, 2020
`set-env` and `add-path` are disabled in GitHub actions. See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ This requires an update to the action using those commands. This means at least version 2.6.0 is needed. See shivammathur/setup-php#300 However there seem to be no breaking changes so we can go straight to 2.9.0 instead. This also allows testing with version 8.x of PHP.
simPod
pushed a commit
to webonyx/graphql-php
that referenced
this pull request
Nov 27, 2020
`set-env` and `add-path` are disabled in GitHub actions. See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ This requires an update to the action using those commands. This means at least version 2.6.0 is needed. See shivammathur/setup-php#300 However there seem to be no breaking changes so we can go straight to 2.9.0 instead. This also allows testing with version 8.x of PHP.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
behat
andphpspec
. (Docs)latest
for current stable php version. (Docs). Closes Add support for PHP version "latest" #293PATH
and other environment variables. Apply GHSA-mfwh-5m23-j46w (CVE-2020-15228)with
overenv
for inputs. Fixes global env overrides local with #295PHPStan
andPsalm
support for GitHub Actions inREADME
. (Docs). Related PHPStan is GH Actions-friendly #292problem matchers
setup to scripts.install.ts
andinstall.test.ts
.codecov
badge with one fromshields.io
.Node.js
dependencies.Thanks @szepeviktor for the contributions 🎉