Skip to content

Commit

Permalink
chore: bump monicahq/workflows from 1 to 2 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 24, 2024
1 parent 3194083 commit dc8f9aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:
jobs:
statics:
name: Static analysis
uses: monicahq/workflows/.github/workflows/static.yml@v1
uses: monicahq/workflows/.github/workflows/static.yml@v2
with:
php-version: 8.2
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ on:
types:
- created

permissions:
contents: read
checks: write
id-token: write

jobs:
tests:
name: Run tests
uses: monicahq/workflows/.github/workflows/library.yml@v1
uses: monicahq/workflows/.github/workflows/library.yml@v2
with:
php-versions: "['8.0', '8.1', '8.2']"
laravel-versions: "['8.*', '9.*', '10.*']"
Expand All @@ -30,7 +35,7 @@ jobs:

release:
name: Release
uses: monicahq/workflows/.github/workflows/release.yml@v1
uses: monicahq/workflows/.github/workflows/release.yml@v2
secrets:
GH_TOKEN_RELEASE: ${{ secrets.GH_TOKEN_RELEASE }}
needs: tests

0 comments on commit dc8f9aa

Please sign in to comment.