diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8434825..7070cea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,15 +16,15 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['8.0', '8.1', '8.2'] + php-version: ['8.1', '8.2', '8.3'] include: - operating-system: 'ubuntu-latest' - php-version: '8.2' + php-version: '8.3' run-sonarqube-analysis: true services: redis: - image: bitnami/redis:6.2.4-debian-10-r35 + image: bitnami/redis:7.4-debian-12 ports: - 6379:6379 env: @@ -36,7 +36,7 @@ jobs: --health-timeout 5s --health-retries 5 redis-sentinel: - image: bitnami/redis-sentinel:6.2.4-debian-10-r39 + image: bitnami/redis-sentinel:7.4-debian-12 ports: - 26379:26379 env: @@ -60,7 +60,6 @@ jobs: with: php-version: ${{ matrix.php-version }} extensions: redis - tools: phpunit:9.5.0 coverage: pcov - name: Setup problem matchers for PHP diff --git a/composer.json b/composer.json index 8cae738..69fd1cf 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "ext-redis": "*", "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", "illuminate/redis": "^8.0|^9.0|^10.0|^11.0", diff --git a/phpunit.xml b/phpunit.xml index b8f6486..c69b5e8 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -4,7 +4,6 @@ bootstrap="vendor/autoload.php" cacheDirectory=".phpunit.cache" executionOrder="depends,defects" - shortenArraysForExportThreshold="10" requireCoverageMetadata="false" beStrictAboutCoverageMetadata="true" beStrictAboutOutputDuringTests="true" @@ -23,7 +22,7 @@ tests - + src