diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f2d35ed..9d75cfb 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,8 +9,11 @@ jobs: fail-fast: true matrix: php: [ 8.0, 8.1 ] - laravel: [ 8.*, 9.* ] + laravel: [ 8.*, 9.*, 10.* ] dependency-version: [ prefer-stable ] + exclude: + - laravel: 10.* + php: 8.0 include: - laravel: 6.* php: 7.2 @@ -31,6 +34,8 @@ jobs: testbench: 6.* - laravel: 9.* testbench: 7.* + - laravel: 10.* + testbench: 8.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} diff --git a/README.md b/README.md index 44bf44e..f6cd7cb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ I know you can get punished for this, but you are one of the hopes of those inno --- [![GitHub release](https://img.shields.io/github/release/codezero-be/laravel-unique-translation.svg?style=flat-square)](https://github.com/codezero-be/laravel-unique-translation/releases) -[![Laravel](https://img.shields.io/badge/laravel-9-red?style=flat-square&logo=laravel&logoColor=white)](https://laravel.com) +[![Laravel](https://img.shields.io/badge/laravel-10-red?style=flat-square&logo=laravel&logoColor=white)](https://laravel.com) [![License](https://img.shields.io/packagist/l/codezero/laravel-unique-translation.svg?style=flat-square)](LICENSE.md) [![Build Status](https://img.shields.io/github/actions/workflow/status/codezero-be/laravel-unique-translation/run-tests.yml?style=flat-square&logo=github&logoColor=white&label=tests)](https://github.com/codezero-be/laravel-unique-translation/actions) [![Code Coverage](https://img.shields.io/codacy/coverage/bb5f876fb1a94aa0a426fd31a2656e5b/master?style=flat-square)](https://app.codacy.com/gh/codezero-be/laravel-unique-translation) diff --git a/composer.json b/composer.json index 2634541..66efab4 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,9 @@ "php": "^7.2|^8.0" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", + "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0", "phpunit/phpunit": "^8.0|^9.0", - "spatie/laravel-translatable": "^4.4|^5.0" + "spatie/laravel-translatable": "^4.4|^5.0|^6.0" }, "autoload": { "psr-4": {