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