Skip to content

Commit 3d0ba79

Browse files
committed
Fine tuning test workflow
1 parent 0dedad9 commit 3d0ba79

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: [ 8.2 ]
17-
laravel: [ 9.*, 10.* ]
17+
laravel: [ 10.* ]
1818
exclude:
19-
- php: 8.1
20-
laravel: 9.*
21-
- php: 8.1
19+
- php: 8.2
2220
laravel: 10.8
2321

2422
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A set of useful tools for building APIs in Laravel.
2323
## Requirements
2424

2525
* PHP 8.2+
26-
* Laravel 9+
26+
* Laravel 10+
2727

2828
## Installation
2929

0 commit comments

Comments
 (0)