Skip to content

Merge with setup-curl #25

Merge with setup-curl

Merge with setup-curl #25

Workflow file for this run

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