Skip to content

Add initial action

Add initial action #4

Workflow file for this run

name: Tests
permissions: read-all
on:
pull_request:
push:
jobs:
run:
runs-on: ubuntu-latest
name: PHP ${{ matrix.php-versions }} - Test
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions:
- '8.4'
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: ./.github/actions/compile-php
- name: Display versions and env
run: |
php -v
php -m