Skip to content

⬆️ Upgrade to Laravel 11 #32

⬆️ Upgrade to Laravel 11

⬆️ Upgrade to Laravel 11 #32

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3
with:
test_suffix: Test.php
bootstrap: vendor/autoload.php