Skip to content

Commit 6d2c465

Browse files
authored
Merge pull request #185 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents a25d32f + e93cfcc commit 6d2c465

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [8.2, 8.1, 8.0]
15-
laravel: [10.*, 9.*, 8.*]
15+
laravel: [9.*, 8.*, 10.*]
1616
stability: [prefer-lowest, prefer-stable]
1717
include:
1818
- laravel: 10.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
"scripts": {
4848
"test": "vendor/bin/phpunit"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)