From 5a3780ca857b624641687e54260992bebc4e1580 Mon Sep 17 00:00:00 2001 From: Flavio Barachino Date: Fri, 15 Dec 2023 14:18:43 +0000 Subject: [PATCH] Aggiornato file workflow rivisto la parte php --- .gitea/workflows/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 4729be5..523da0a 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e with: - php-version: '8.3' + php-version: '8.1' - uses: actions/checkout@v3 - name: Copy .env run: php -r "file_exists('.env') || copy('.env.example', '.env');"