Skip to content

chore(deps-dev): bump laravel/pint from 1.13.6 to 1.13.10 #3961

chore(deps-dev): bump laravel/pint from 1.13.6 to 1.13.10

chore(deps-dev): bump laravel/pint from 1.13.6 to 1.13.10 #3961

Workflow file for this run

name: Build and test
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
release:
types: [created]
concurrency:
group: Build ${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Run tests
uses: monicahq/workflows/.github/workflows/laravel.yml@v1
with:
php-versions: "['8.2']"
connections: "['sqlite', 'mysql', 'pgsql']"
default-php-version: '8.2'
default-connection: sqlite
project: monica
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
assets:
name: Build assets
uses: monicahq/workflows/.github/workflows/build_assets.yml@v1
with:
node-version: 18