Skip to content

Commit 2dc6bc8

Browse files
committed
Formatting
1 parent e6f1d84 commit 2dc6bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
push:
55
paths:
6-
- **.php
6+
- '**.php'
77
- phpunit.xml.dist
88
- .github/workflows/pest.yml
99
- composer.json
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
php: [8.3, 8.2, 8.1]
22-
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
22+
laravel: [12.*, 11.*, 10.*, 9.*, 8.*],
2323
stability: [prefer-lowest, prefer-stable]
2424
include:
2525
- laravel: 10.*

0 commit comments

Comments
 (0)