Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jul 2, 2023
1 parent 6098fad commit 94d78ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ name: build

jobs:
codeception:
uses: yii-tools/actions/.github/workflows/codeception.yml@main
uses: php-forge/actions/.github/workflows/codeception.yml@main
with:
extensions: fileinfo, intl
os: >-
['ubuntu-latest', 'windows-latest']
['ubuntu-latest']
php: >-
['8.1', '8.2']
2 changes: 1 addition & 1 deletion .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ name: dependency-check

jobs:
composer-require-checker:
uses: yiisoft/actions/.github/workflows/composer-require-checker.yml@master
uses: php-forge/actions/.github/workflows/composer-require-checker.yml@main
with:
os: >-
['ubuntu-latest']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: static analysis

jobs:
psalm:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
uses: php-forge/actions/.github/workflows/psalm.yml@main
with:
os: >-
['ubuntu-latest']
Expand Down

0 comments on commit 94d78ed

Please sign in to comment.