25 - Fix setup-php action URL to use GitHub source
Some checks failed
CI / ci (push) Failing after 5m43s
Some checks failed
CI / ci (push) Failing after 5m43s
This commit is contained in:
parent
f9c34a48a4
commit
e112c6d2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Set up PHP
|
||||
uses: https://data.forgejo.org/shivammathur/setup-php@v2
|
||||
uses: https://github.com/shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.3'
|
||||
extensions: pdo_sqlite, mbstring, xml, dom
|
||||
|
|
|
|||
Loading…
Reference in a new issue