Aggiornato file workflow

rivisto la parte php
This commit is contained in:
Flavio Barachino 2023-12-15 14:18:43 +00:00
parent 1736f17d83
commit 5a3780ca85

View File

@ -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');"