Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Dec 30, 2023
1 parent 70790ec commit 8d50d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ concurrency:

jobs:
tests:
name: Run tests
uses: monicahq/workflows/.github/workflows/laravel.yml@main
with:
php-versions: "['8.2']"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ concurrency:

jobs:
statics:
name: Static analysis
uses: monicahq/workflows/.github/workflows/static.yml@main
with:
php-version: 8.2

0 comments on commit 8d50d00

Please sign in to comment.