Skip to content

chore(deps-dev): bump spatie/laravel-ignition from 2.4.2 to 2.7.0 #1043

chore(deps-dev): bump spatie/laravel-ignition from 2.4.2 to 2.7.0

chore(deps-dev): bump spatie/laravel-ignition from 2.4.2 to 2.7.0 #1043

Workflow file for this run

name: Build and test
on:
push:
branches: [main, master]
pull_request:
types: [opened, synchronize, reopened]
release:
types: [created]
permissions:
contents: read
checks: write
id-token: write
jobs:
tests:
name: Run tests
uses: monicahq/workflows/.github/workflows/laravel.yml@v2
with:
php-versions: "['8.2']"
connections: "['sqlite', 'mysql']"
default-php-version: '8.2'
default-connection: sqlite
project: monicahq_marketing_site
database_name: version
vite: false
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}