Skip to content

Bump symfony/http-foundation from 6.3.5 to 6.4.14 #328

Bump symfony/http-foundation from 6.3.5 to 6.4.14

Bump symfony/http-foundation from 6.3.5 to 6.4.14 #328

Workflow file for this run

name: TestSuite
on: [pull_request, push]
jobs:
phpunit:
runs-on: ubuntu-22.04
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install composer dependencies
run: |
composer install --no-scripts
- name: Prepare Laravel Application
run: |
cp .env.example .env
php artisan key:generate
npm ci
npm run build
- name: Run Testsuite
run: php artisan test