Skip to content

Commit 85b0a9b

Browse files
authored
Upgrade static analysis tools & Laravel 12 compatibility (#72)
1 parent 77f6801 commit 85b0a9b

40 files changed

+344
-1075
lines changed

.github/workflows/facade.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/run-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,19 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest]
1818
php: [8.4, 8.3, 8.2]
19-
laravel: [11.*, 10.*]
19+
laravel: [12.*, 11.*, 10.*]
2020
dependencies: [lowest, stable]
2121
include:
2222
- laravel: 10.*
2323
testbench: ^8.0
2424
- laravel: 11.*
2525
testbench: 9.*
26+
- laravel: 12.*
27+
testbench: 10.*
2628
- dependencies: lowest
29+
carbon: ^3.8.4
30+
- laravel: 10.*
31+
dependencies: lowest
2732
carbon: ^2.62.1
2833

2934
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependencies }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)