diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 94d9a31..37a1c28 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Install PHP uses: shivammathur/setup-php@v2 - with: + with: php-version: '8.2' extensions: curl, exif, fileinfo, mbstring, mysqli, mysqlnd, openssl, PDO, pdo_mysql - name: Update npm dependencies