Skip to content

Commit

Permalink
chore: bump monicahq/workflows from 1 to 2 (#281)
Browse files Browse the repository at this point in the history
* chore: bump monicahq/workflows from 1 to 2

Bumps [monicahq/workflows](https://github.com/monicahq/workflows) from 1 to 2.
- [Release notes](https://github.com/monicahq/workflows/releases)
- [Changelog](https://github.com/monicahq/workflows/blob/main/.releaserc)
- [Commits](monicahq/workflows@v1...v2)

---
updated-dependencies:
- dependency-name: monicahq/workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update tests.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexis Saettler <[email protected]>
  • Loading branch information
dependabot[bot] and asbiin authored Feb 24, 2024
1 parent 9bcbfd7 commit 93b303c
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 93b303c

Please sign in to comment.