From e2f9c814e2a5255a1b4ce0b3ab7523df41e2397a Mon Sep 17 00:00:00 2001 From: asantibanez Date: Thu, 22 Aug 2024 10:10:15 -0500 Subject: [PATCH] Fixed CI --- .github/workflows/phpunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 35b75f6..5c30230 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -15,7 +15,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.2' + php-version: '8.3' extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, exif, imagick, bcmath coverage: none @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Install Composer dependencies - run: composer install --ignore-platform-reqs + run: composer install - name: Run tests run: ./vendor/bin/phpunit