Curl build: pin to curl-8_13_0 for now #29
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: Tests | |
| permissions: read-all | |
| on: | |
| pull_request: | |
| push: | |
| jobs: | |
| run: | |
| runs-on: ubuntu-latest | |
| name: Compile and install PHP - Test | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Setup PHP | |
| uses: PHPWatch/compile-php@main | |
| - name: Display versions and env | |
| run: | | |
| php -v | |
| php -m | |