fea:t try try ci
This commit is contained in:
+2
-13
@@ -20,18 +20,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.3'
|
php-version: '8.3'
|
||||||
extensions: >
|
extensions: bcmath,ctype,curl,dom,fileinfo,mbstring,openssl,pdo,tokenizer,xml,zip
|
||||||
bcmath,
|
|
||||||
ctype,
|
|
||||||
curl,
|
|
||||||
dom,
|
|
||||||
fileinfo,
|
|
||||||
mbstring,
|
|
||||||
openssl,
|
|
||||||
pdo,
|
|
||||||
tokenizer,
|
|
||||||
xml,
|
|
||||||
zip
|
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
|
|
||||||
@@ -75,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
needs: test
|
needs: test
|
||||||
|
|
||||||
if: github.ref == 'refs/heads/main'
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user