Skip to content

Merge pull request #28 from cacing69/analysis-APLDRB #185

Merge pull request #28 from cacing69/analysis-APLDRB

Merge pull request #28 from cacing69/analysis-APLDRB #185

Workflow file for this run

name: php-8.1
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- uses: php-actions/composer@v6
with:
php_version: 8.1
- run: ./vendor/bin/phpunit tests