Skip to content

Commit

Permalink
Fix CI regression (#305)
Browse files Browse the repository at this point in the history
* Fix CI regression

* Try to not use anchors at all
  • Loading branch information
arogachev committed Sep 2, 2022
1 parent b14f6fb commit 4e90244
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -30,3 +30,10 @@ jobs:
['ubuntu-latest', 'windows-latest']
php: >-
['8.0', '8.1']
phpunit_without_extensions:
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
with:
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.0', '8.1']

0 comments on commit 4e90244

Please sign in to comment.