Skip to content

Laravel 11 support

Laravel 11 support #19

Workflow file for this run

name: View Compiling
on:
push:
branches:
- master
- "*.x"
paths:
- "**.php"
pull_request:
paths:
- "**.php"
permissions:
contents: write
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Install dependencies
run: composer install
- name: Execute script
run: php .github/scripts/compile-templates.php
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Compiling Templates