Add PHP 8.4 support #1
Workflow file for this run
This file contains hidden or 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
name: Readonly | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: superbrothers/close-pull-request@v3 | |
with: | |
comment: | | |
Hi, thank you for your contribution. | |
Unfortunately, this repository is read-only. It's a split from our main monorepo repository. | |
In order to proceed with this PR please open it against https://github.com/aeon-php/aeon repository. | |
Thank you. |