Skip to content

Commit

Permalink
Merge pull request #81 from kangketikonlen/stable
Browse files Browse the repository at this point in the history
[23-11-2023 05:42] stable - Request merge stable to main branch
  • Loading branch information
kangketikonlen authored Nov 23, 2023
2 parents 338179f + cbd8b6b commit bf60109
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 307 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
latest_version: ${{steps.push-image.outputs.version}}
steps:
- name: πŸ™ Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: πŸ“ Make sure repository is latest
run: git fetch --prune --unshallow
- name: 🐳 Build image
Expand All @@ -41,7 +41,7 @@ jobs:
environment: production
steps:
- name: πŸ™ Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: πŸ“ Make sure repository is latest
run: git fetch --prune --unshallow
- name: ▢️ Running shell script
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: πŸ™ Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: πŸ“ Make sure repository is latest
run: git fetch --prune --unshallow
- name: πŸ”– Create tag
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: πŸ™ Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: πŸ“ Make sure repository is latest
run: git fetch --prune --unshallow
- name: πŸ› οΈ Install dependencies
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: πŸ™ Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: πŸ“¦ Download vendor folder
uses: actions/download-artifact@v3
with:
Expand All @@ -53,7 +53,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- name: πŸ™ Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: πŸ“¦ Download vendor folder
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
needs: [setup, phpstan, phpunit]
steps:
- name: πŸ™ Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: πŸ“¦ Delete vendor artifact
uses: geekyeggo/delete-artifact@v2
with:
Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: πŸ™ Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: πŸ“ Make sure repository is latest
run: git fetch --prune --unshallow
- name: πŸ”– Create tag
Expand All @@ -111,7 +111,7 @@ jobs:
environment: testing
steps:
- name: πŸ“₯ Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: πŸš€ Install jq
run: sudo apt-get update && sudo apt-get install -y jq
- name: πŸš€ Create PR
Expand Down
Loading

0 comments on commit bf60109

Please sign in to comment.