Skip to content

Commit cab5125

Browse files
committed
Remove Laravel 10.x
1 parent bb7fc74 commit cab5125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest]
1717
php: [8.2, 8.3, 8.4]
18-
laravel: [10.*', '11.*', '12.*']
18+
laravel: ['11.*', '12.*']
1919
dependency-version: [prefer-lowest, prefer-stable]
2020

2121
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)