Skip to content

Commit 1eabb66

Browse files
committed
Merge branch '1.x'
# Conflicts: # CHANGELOG.md # src/Commands/Concerns/InteractsWithServers.php
2 parents 8974a4f + 4a03170 commit 1eabb66

33 files changed

+400
-59
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: pull requests
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
uneditable:
12+
uses: laravel/.github/.github/workflows/pull-requests.yml@main

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
php-version: ${{ matrix.php }}
3030
extensions: dom, curl, libxml, mbstring, zip, ${{ matrix.driver }}
31+
ini-values: error_reporting=E_ALL
3132
tools: composer:v2
3233
coverage: none
3334

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: update changelog
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
jobs:
8+
update:
9+
uses: laravel/.github/.github/workflows/update-changelog.yml@main

.styleci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
php:
22
preset: laravel
3-
version: 8
43
js: true
54
css: true

0 commit comments

Comments
 (0)