1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 12:54:05 +00:00

Inlcude Laravel 11 and PHP 8.3 support

This commit is contained in:
SuperDJ 2025-03-03 15:23:17 +00:00
parent 8960a83047
commit 2f39ef54b7
3 changed files with 8 additions and 6 deletions

View file

@ -7,7 +7,7 @@ jobs:
name: Validate code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check for todo0
run: '! grep -r "todo0" --exclude-dir=workflows .'
if: always()