diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 6748852..5956ad8 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.0', '8.4'] + php-versions: ['8.2', '8.5'] steps: - uses: actions/checkout@v4 diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index b798487..6964401 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: uses: https://github.com/shivammathur/setup-php@v2 with: php-version: 8.2 - tools: composer:v1 + tools: composer coverage: none extensions: inotify - name: Install dependencies diff --git a/.forgejo/workflows/static-analysis.yml b/.forgejo/workflows/static-analysis.yml index 1ff3f35..e792031 100644 --- a/.forgejo/workflows/static-analysis.yml +++ b/.forgejo/workflows/static-analysis.yml @@ -11,7 +11,7 @@ jobs: uses: https://github.com/shivammathur/setup-php@v2 with: php-version: 8.2 - tools: composer:v1 + tools: composer coverage: none extensions: redis - name: Install dependencies @@ -27,7 +27,7 @@ jobs: uses: https://github.com/shivammathur/setup-php@v2 with: php-version: 8.2 - tools: composer:v1 + tools: composer coverage: none extensions: redis - name: Install dependencies