diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a6ca20a..a5e0f7f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,15 +14,12 @@ jobs: matrix: os: [ubuntu-latest] php: [8.1, 8.2] - laravel: [10.*, 9.*] + laravel: [10.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 10.* testbench: 8.* larastan: 2.4.* - - laravel: 9.* - testbench: 7.* - larastan: 2.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/README.md b/README.md index ee2bf7e..18f98f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@

Geek Credit

-[![Laravel 9.x](https://img.shields.io/badge/Laravel-9.x-red.svg?style=flat-square)](https://laravel.com/docs/9.x) [![Laravel 10.x](https://img.shields.io/badge/Laravel-10.x-red.svg?style=flat-square)](http://laravel.com/docs/10.x) [![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/ageekdev/geek-credit/run-tests.yml?label=tests&style=flat-square)](https://github.com/ageekdev/geek-credit/actions/workflows/run-tests.yml)