Skip to content

Commit f60f193

Browse files
authored
Update run-tests.yml
1 parent ab03a0c commit f60f193

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
matrix:
1818
os: [ ubuntu-latest ]
1919
php: [ 8.4, 8.3, 8.2 ]
20-
laravel: [ 12.* ]
20+
laravel: [ ^^12.51 ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
23-
- laravel: 12.*
23+
- laravel: ^12.51
2424
carbon: ^3.8.4
2525

2626
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)