We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dedad9 commit 3d0ba79Copy full SHA for 3d0ba79
.github/workflows/tests.yml
@@ -14,11 +14,9 @@ jobs:
14
fail-fast: true
15
matrix:
16
php: [ 8.2 ]
17
- laravel: [ 9.*, 10.* ]
+ laravel: [ 10.* ]
18
exclude:
19
- - php: 8.1
20
- laravel: 9.*
21
+ - php: 8.2
22
laravel: 10.8
23
24
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
README.md
@@ -23,7 +23,7 @@ A set of useful tools for building APIs in Laravel.
## Requirements
25
* PHP 8.2+
26
-* Laravel 9+
+* Laravel 10+
27
28
## Installation
29
0 commit comments