Changelog
-
Improved
github-token
support for GitHub Enterprise. (#981).For GitHub Enterprise users, the
github-token
input does not default to theGITHUB_TOKEN
secret. Therefore, it's recommended to set thegithub-token
input to a Personal Access Token (PAT).
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
github-token: ${{ secrets.YOUR_PAT_TOKEN }}
-
Fixed support for
relay
extension for PHP 7.4 on macOS. -
Updated internal workflows to not run on forks. (#982)
-
Updated Node.js dependencies.
Thanks @jrfnl for the contributions 🎉
For the complete list of changes, please refer to the Full Changelog