Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Dec 16, 2024
1 parent 149da71 commit b847533
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/yiisoft-di.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ name: yiisoft-di

jobs:
phpunit:
name: Yii DI / PHP ${{ matrix.php }}-${{ matrix.os }}
name: PHP ${{ matrix.php }}-${{ matrix.os }}

runs-on: ${{ matrix.os }}

Expand All @@ -43,7 +43,7 @@ jobs:
- name: Checkout Yii DI
uses: actions/checkout@v4
with:
repository: 'https://github.com/yiisoft/di.git'
repository: 'yiisoft/di'

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit b847533

Please sign in to comment.