Skip to content

Commit 4f43b26

Browse files
Merge pull request #6 from codenamephp/update/workflows
Workflow Versions
2 parents b857c32 + 3e89627 commit 4f43b26

5 files changed

Lines changed: 20 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
interval: "daily"
1212

1313
- package-ecosystem: "docker"
14-
directory: "/"
14+
directory: "/docker/application"
1515
schedule:
1616
interval: "daily"
1717

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ on:
1717

1818
jobs:
1919
ci:
20-
uses: codenamephp/workflows.php/.github/workflows/ci.yml@main
20+
uses: codenamephp/workflows.php/.github/workflows/ci.yml@1
2121
with:
22-
php-versions: '["8.1"]'
22+
php-versions: '["8.1","8.2"]'

.github/workflows/prepare-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77

88
jobs:
99
calculate_next_version:
10-
uses: codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@main
10+
uses: codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@1
1111
draft_release:
1212
needs: calculate_next_version
13-
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@main
13+
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@1
1414
with:
1515
version: ${{ needs.calculate_next_version.outputs.version }}
1616
update_changelog:
17-
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@main
17+
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
1818
needs: calculate_next_version
1919
with:
2020
ref: ${{github.ref_name}}

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
update_changelog:
10-
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@main
10+
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
1111
with:
1212
ref: ${{github.ref_name}}

.idea/php.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)