Skip to content

Commit

Permalink
Theoretical workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Feb 7, 2025
1 parent 434f70e commit 9557d93
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on: [push, pull_request]
jobs:
run-linter:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.3]
laravel: [11.*]
dependency-version: [prefer-stable]
include:
- laravel: 11.*
- testbench: ^7.0

steps:
- name: Checkout code
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on: [push]
jobs:
run-prettier:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.3]
laravel: [11.*]
dependency-version: [prefer-stable]
include:
- laravel: 11.*
- testbench: ^7.0

steps:
- name: Checkout code
Expand Down

0 comments on commit 9557d93

Please sign in to comment.