Skip to content

Commit

Permalink
feat: github-workflows v2
Browse files Browse the repository at this point in the history
  • Loading branch information
didoda committed Jun 20, 2024
1 parent bfb58a0 commit f11e7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ on:

jobs:
cs:
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v1
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v2
with:
php_versions: '["8.3"]'

stan:
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v1
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v2
with:
php_versions: '["8.3"]'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
release-job:
uses: bedita/github-workflows/.github/workflows/release.yml@v1
uses: bedita/github-workflows/.github/workflows/release.yml@v2
with:
main_branch: 'master'
dist_branches: '["master"]'
Expand Down

0 comments on commit f11e7a2

Please sign in to comment.