Skip to content

Commit bc2c17f

Browse files
Merge pull request #8 from esign/copilot/sub-pr-5
Support Laravel 13 & update CI test matrix
2 parents 1b24d19 + 18f92b5 commit bc2c17f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
os: [ubuntu-latest]
18-
php: [8.5, 8.4, 8.3, 8.2]
19-
laravel: [13.*, 12.*, 11.*]
18+
php: [8.5, 8.4, 8.3]
19+
laravel: [12.*, 11.*]
2020
stability: [prefer-lowest, prefer-stable]
2121
include:
22-
- laravel: 13.*
23-
testbench: ^11.0
2422
- laravel: 12.*
2523
testbench: 10.*
2624
- laravel: 11.*

0 commit comments

Comments
 (0)