Skip to content

Bump laravel/framework from 11.4.0 to 11.31.0 #9

Bump laravel/framework from 11.4.0 to 11.31.0

Bump laravel/framework from 11.4.0 to 11.31.0 #9

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
jobs:
phpunit:
runs-on: ubuntu-latest
container:
image: kirschbaumdevelopment/laravel-test-runner:8.2
services:
postgres:
image: postgres:13.2
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: test
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install composer dependencies
run: |
composer install --no-scripts
- name: Run Testsuite
run: vendor/bin/phpunit tests/