Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Merge pull request #4 from AgencyPMG/ALLI-11319-Deprecate-this-library #7

Merge pull request #4 from AgencyPMG/ALLI-11319-Deprecate-this-library

Merge pull request #4 from AgencyPMG/ALLI-11319-Deprecate-this-library #7

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
name: test
runs-on: "ubuntu-20.04"
strategy:
matrix:
include:
- php-version: 8.0
- php-version: 8.1
- php-version: 8.2
steps:
- name: checkout
uses: actions/checkout@v3
- name: PHP
uses: ./.github/actions/setup-php
with:
php-version: "${{ matrix.php-version }}"
- name: tests
run: ./vendor/bin/phpunit