Skip to content

Commit cd10d05

Browse files
authored
Merge pull request #214 from ergebnis/feature/synchronize
Enhancement: Synchronize with ergebnis/php-library-template
2 parents 97655b8 + 28d53ef commit cd10d05

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/settings.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ branches:
3636
- "codecov/project"
3737
strict: false
3838
restrictions:
39+
40+
# https://developer.github.com/v3/repos/branches/#parameters-1
41+
42+
# Note: User, app, and team restrictions are only available for organization-owned repositories.
43+
# Set to null to disable when using this configuration for a repository on a personal account.
44+
3945
apps:
4046
- "dependabot-preview"
4147
teams: []
@@ -76,6 +82,7 @@ repository:
7682
allow_merge_commit: true
7783
allow_rebase_merge: false
7884
allow_squash_merge: false
85+
archived: false
7986
default_branch: "master"
8087
description: ":page_with_curl: Provides generic and vendor-specific normalizers for normalizing JSON documents."
8188
has_downloads: true

.github/workflows/continuous-integration.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: "actions/checkout@v2.0.0"
3333

3434
- name: "Install PHP with extensions"
35-
uses: "shivammathur/setup-php@1.7.1"
35+
uses: "shivammathur/setup-php@1.7.2"
3636
with:
3737
coverage: "none"
3838
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}"
@@ -96,7 +96,7 @@ jobs:
9696
uses: "actions/checkout@v2.0.0"
9797

9898
- name: "Install PHP with extensions"
99-
uses: "shivammathur/setup-php@1.7.1"
99+
uses: "shivammathur/setup-php@1.7.2"
100100
with:
101101
coverage: "none"
102102
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}"
@@ -142,7 +142,7 @@ jobs:
142142
uses: "actions/checkout@v2.0.0"
143143

144144
- name: "Install PHP with extensions"
145-
uses: "shivammathur/setup-php@1.7.1"
145+
uses: "shivammathur/setup-php@1.7.2"
146146
with:
147147
coverage: "none"
148148
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}"
@@ -202,7 +202,7 @@ jobs:
202202
uses: "actions/checkout@v2.0.0"
203203

204204
- name: "Install PHP with extensions"
205-
uses: "shivammathur/setup-php@1.7.1"
205+
uses: "shivammathur/setup-php@1.7.2"
206206
with:
207207
coverage: "none"
208208
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}"
@@ -254,7 +254,7 @@ jobs:
254254
uses: "actions/checkout@v2.0.0"
255255

256256
- name: "Install PHP with extensions"
257-
uses: "shivammathur/setup-php@1.7.1"
257+
uses: "shivammathur/setup-php@1.7.2"
258258
with:
259259
coverage: "xdebug"
260260
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}"
@@ -308,7 +308,7 @@ jobs:
308308
uses: "actions/checkout@v2.0.0"
309309

310310
- name: "Install PHP with extensions"
311-
uses: "shivammathur/setup-php@1.7.1"
311+
uses: "shivammathur/setup-php@1.7.2"
312312
with:
313313
coverage: "xdebug"
314314
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}"
@@ -373,8 +373,8 @@ jobs:
373373
- name: "Run benchmarks with phpbench/phpbench"
374374
run: "vendor/bin/phpbench run --report=aggregate"
375375

376-
approve:
377-
name: "Approve"
376+
review:
377+
name: "Review"
378378

379379
runs-on: "ubuntu-latest"
380380

0 commit comments

Comments
 (0)