Skip to content

Commit 3752197

Browse files
authored
Merge pull request #724 from driehle/update-workflows
Update workflows and CI
2 parents fead97f + 1883b35 commit 3752197

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ on:
1111
jobs:
1212
coding-standards:
1313
name: "Coding Standards"
14-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
14+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.5.1"
1515
with:
1616
php-version: '8.1'

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
services:
5050
mysql:
51-
image: "mysql:5.7"
51+
image: "mysql:8.0"
5252

5353
options: >-
5454
--health-cmd "mysqladmin ping --silent"

.github/workflows/release-on-milestone-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
name: "Git tag, release & create merge-up PR"
11-
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.4.1"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.5.1"
1212
with:
1313
use-next-minor-as-default-branch: true
1414
secrets:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ on:
1111
jobs:
1212
static-analysis:
1313
name: "Static Analysis"
14-
uses: "doctrine/.github/.github/workflows/static-analysis.yml@1.4.1"
14+
uses: "doctrine/.github/.github/workflows/static-analysis.yml@1.5.1"
1515
with:
1616
php-version: '8.1'

0 commit comments

Comments
 (0)