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

[ALLI-11319] Add section to the README file with the deprecation noti… #5

[ALLI-11319] Add section to the README file with the deprecation noti…

[ALLI-11319] Add section to the README file with the deprecation noti… #5

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