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

add deprecaiton note #266

add deprecaiton note

add deprecaiton note #266

Workflow file for this run

name: Tests
on:
pull_request: null
push:
branches:
- main
jobs:
tests:
strategy:
fail-fast: false
matrix:
actions:
-
name: 'Tests'
run: vendor/bin/phpunit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# see /~https://github.com/shivammathur/setup-php
-
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none
- uses: "ramsey/composer-install@v1"
- run: ${{ matrix.actions.run }}