Skip to content

docs: add badges for tests and license to README #17

docs: add badges for tests and license to README

docs: add badges for tests and license to README #17

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
tests:
name: PHP 8.4 / Laravel 12
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.4"
tools: composer:v2
coverage: none
- name: Install dependencies
run: composer update --no-interaction --no-progress --prefer-dist
- name: Run tests
run: vendor/bin/phpunit