Skip to content

Commit 4efe21a

Browse files
committed
Fixed CI test file indentation.
1 parent 373e7e2 commit 4efe21a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
os: [ubuntu]
3434
php: [8.4, 8.3, 8.2, 8.1]
3535
laravel: [^11, ^10]
36-
exclude:
37-
- php: 8.1
38-
laravel: ^11
36+
37+
exclude:
38+
- php: 8.1
39+
laravel: ^11
3940
env:
4041
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
4142
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})

0 commit comments

Comments
 (0)