fea:t try try ci
ci.yml / 🧪 Tests Laravel (push) Has been cancelled
ci.yml / 🐳 Build & Push Image (push) Has been cancelled

This commit is contained in:
2026-07-10 15:35:20 +02:00
parent 55a30b8db8
commit 6200051503
+2 -13
View File
@@ -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