feat: try fix ci/cd
CI / 🧪 Tests Laravel (push) Failing after 10s
CI / 🐳 Build & Push Images (push) Has been skipped

This commit is contained in:
2026-08-17 18:24:39 +02:00
parent 411bdce002
commit 352e3ef5bb
+13
View File
@@ -22,8 +22,21 @@ jobs:
- name: 📥 Checkout
uses: actions/checkout@v4
- name: Install PHP runtime dependencies
run: |
apt_prefix=""
if [ "$(id -u)" -ne 0 ]; then
apt_prefix="sudo"
fi
$apt_prefix apt-get update
$apt_prefix apt-get install -y --no-install-recommends libsodium23
- name: 🐘 Setup PHP
uses: shivammathur/setup-php@v2
env:
fail-fast: true
with:
php-version: '8.4'
extensions: bcmath,ctype,curl,dom,fileinfo,intl,mbstring,openssl,pdo,tokenizer,xml,zip