fixes workflow usage of setup-php to use github.com
Some checks failed
Publish Composer Package / publish (push) Failing after 50s
Some checks failed
Publish Composer Package / publish (push) Failing after 50s
This commit is contained in:
parent
b00d8925d5
commit
cd6c93d0e2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: https://github.com/shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.1' # Oder deine benötigte PHP-Version
|
php-version: '8.1' # Oder deine benötigte PHP-Version
|
||||||
extensions: composer
|
extensions: composer
|
||||||
|
|
Loading…
Reference in a new issue