Skip to content

Do not install curl from apt source #27

Do not install curl from apt source

Do not install curl from apt source #27

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