Skip to content

Merge branch 'master' of https://github.com/nodus-it/livewire-forms i… #5

Merge branch 'master' of https://github.com/nodus-it/livewire-forms i…

Merge branch 'master' of https://github.com/nodus-it/livewire-forms i… #5

Workflow file for this run

name: Unit-Tests
on: [push]
jobs:
pests-tests:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- uses: actions/checkout@v4
- name: Install Dependencies
run: composer install --no-ansi --no-interaction --prefer-dist
- name: Execute tests (Unit and Feature tests) via Pest PHP
run: vendor/bin/pest