Skip to content

Initial commit

Initial commit #6

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/setup-curl@main
- name: Display versions and env
run: |
curl --version