From e46044fac908f3ba40955a84f46f7f09b8ea000d Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Mon, 9 Feb 2026 22:08:21 -0300 Subject: [PATCH] chore: Updates dependencies and remove unused extensions in CI configuration. --- .github/workflows/auto-assign.yml | 2 +- .github/workflows/ci.yml | 3 --- composer.json | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index f37e91f..d0ba49e 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: - name: Assign issues and pull requests - uses: gustavofreze/auto-assign@2.0.0 + uses: gustavofreze/auto-assign@2.1.0 with: assignees: '${{ vars.ASSIGNEES }}' github_token: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e898dc1..6be2ffc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ env.PHP_VERSION }} - extensions: bcmath tools: composer:2 - name: Validate composer.json @@ -52,7 +51,6 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ env.PHP_VERSION }} - extensions: bcmath tools: composer:2 - name: Download vendor artifact from build @@ -77,7 +75,6 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ env.PHP_VERSION }} - extensions: bcmath tools: composer:2 - name: Download vendor artifact from build diff --git a/composer.json b/composer.json index 1bb28b8..eb03678 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ }, "require": { "php": "^8.5", - "tiny-blocks/mapper": "1.4.*" + "tiny-blocks/mapper": "^2.0" }, "require-dev": { "phpunit/phpunit": "^11.5",