Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Dec 29, 2023
1 parent 2f9d598 commit 6d8a4ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
tests:
uses: monicahq/workflows/.github/workflows/laravel.yml@init
uses: monicahq/workflows/.github/workflows/laravel.yml@main
with:
php-version: ${{ matrix.php-version }}
connection: ${{ matrix.connection }}
Expand All @@ -32,7 +32,7 @@ jobs:
connection: [sqlite, mysql, pgsql]

reporting:
uses: monicahq/workflows/.github/workflows/reporting.yml@init
uses: monicahq/workflows/.github/workflows/reporting.yml@main
with:
project: monicahq_customers
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ concurrency:

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

0 comments on commit 6d8a4ee

Please sign in to comment.