diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index defa181..5237ef2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4] laravel: [10.*, 11.*, 12.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] @@ -25,11 +25,17 @@ jobs: php: 8.3 laravel: 11.* stability: prefer-stable + - os: windows-latest + php: 8.4 + laravel: 11.* + stability: prefer-stable exclude: - php: 8.1 laravel: 11.* - php: 8.1 laravel: 12.* + - php: 8.4 + laravel: 10.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index b875e46..ee0ea55 100644 --- a/composer.json +++ b/composer.json @@ -2,15 +2,15 @@ "name": "statamic/migrator", "type": "statamic-addon", "require": { - "friendsofphp/php-cs-fixer": "^3.54.0", + "friendsofphp/php-cs-fixer": "^3.80.0", "league/flysystem-aws-s3-v3": "~1.0 || ~3.0", "mustangostang/spyc": "dev-master#dfd9aadc1f5224065d55b42b712c7e99a50a3f4d" }, "require-dev": { - "statamic/cms": "^5.0", + "statamic/cms": "^5.41", "mockery/mockery": "^1.4.4", - "orchestra/testbench": "^8.0 || ^9.0 || ^10.0", - "phpunit/phpunit": "^10.0 || ^11.0" + "orchestra/testbench": "^8.28 || ^9.6.1 || ^10.0", + "phpunit/phpunit": "^10.5.35 || ^11.0" }, "autoload": { "psr-4": {