diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 80097bc..153e018 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,18 +20,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.3' - extensions: > - bcmath, - ctype, - curl, - dom, - fileinfo, - mbstring, - openssl, - pdo, - tokenizer, - xml, - zip + extensions: bcmath,ctype,curl,dom,fileinfo,mbstring,openssl,pdo,tokenizer,xml,zip coverage: none @@ -75,7 +64,7 @@ jobs: needs: test - if: github.ref == 'refs/heads/main' + if: ${{ github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest