diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 22f5f16056..9642afef33 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4] laravel: [10.*, 11.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] @@ -32,6 +32,8 @@ jobs: exclude: - php: 8.1 laravel: 11.* + - 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 53c2e4921d..2121da9d38 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "composer/semver": "^3.4", "guzzlehttp/guzzle": "^6.3 || ^7.0", "james-heinrich/getid3": "^1.9.21", - "laravel/framework": "^10.40 || ^11.0", + "laravel/framework": "^10.40 || ^11.34", "laravel/prompts": "^0.1.16", "league/commonmark": "^2.2", "league/csv": "^9.0", @@ -23,7 +23,7 @@ "michelf/php-smartypants": "^1.8.1", "nesbot/carbon": "^2.62.1", "pixelfear/composer-dist-plugin": "^0.1.4", - "rebing/graphql-laravel": "^9.5", + "rebing/graphql-laravel": "^9.7", "rhukster/dom-sanitizer": "^1.0.6", "spatie/blink": "^1.3", "spatie/ignition": "^1.15", @@ -33,7 +33,7 @@ "symfony/var-exporter": "^6.0", "symfony/yaml": "^6.0 || ^7.0", "ueberdosis/tiptap-php": "^1.4", - "voku/portable-ascii": "^2.0", + "voku/portable-ascii": "^2.0.2", "wilderborn/partyline": "^1.0" }, "require-dev": { @@ -41,9 +41,9 @@ "fakerphp/faker": "~1.10", "google/cloud-translate": "^1.6", "laravel/pint": "1.16.0", - "mockery/mockery": "^1.3.3", - "orchestra/testbench": "^8.14 || ^9.0", - "phpunit/phpunit": "^10.0", + "mockery/mockery": "^1.6.10", + "orchestra/testbench": "^8.14 || ^9.2", + "phpunit/phpunit": "^10.5.35", "spatie/laravel-ray": "^1.37" }, "config": {