Skip to content

Commit 65332cd

Browse files
committed
restore old formatting
1 parent 083d576 commit 65332cd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/phpunit.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
name: PHPUnit
22

3-
on:
4-
- push
5-
- pull_request
3+
on: [push, pull_request]
64

75
jobs:
86
test:
97
runs-on: ubuntu-latest
10-
118
strategy:
129
fail-fast: false
1310
matrix:
1411
php: [8.0, 8.1, 8.2, 8.3]
15-
laravel: ['6.*', '7.*', '8.*', '9.*', '10.*', '11.*']
12+
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
1613
stability: [prefer-lowest, prefer-stable]
1714
include:
1815
- laravel: 6.*
@@ -71,7 +68,11 @@ jobs:
7168
POSTGRES_PASSWORD: postgres
7269
ports:
7370
- 5432:5432
74-
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
71+
options: >-
72+
--health-cmd pg_isready
73+
--health-interval 10s
74+
--health-timeout 5s
75+
--health-retries 5
7576
7677
steps:
7778
- name: Checkout code

0 commit comments

Comments
 (0)