Skip to content

Commit

Permalink
Use stable pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed May 26, 2024
1 parent aa15224 commit 27884a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4
uses: "actions/checkout@v4"

- name: "Release"
uses: "laminas/automatic-releases@1.24.0"
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: 'Continuous Integration'

on:
create:
pull_request:
push:
branches:
- "*.x"
- '[0-9]+.[0-9]+.x'
- 'refs/pull/*'
tags:
- "**"

jobs:
coding-standards:
Expand All @@ -22,10 +21,10 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@v2

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.30.4
uses: shivammathur/setup-php@v2
with:
coverage: none
extensions: "mbstring, json, mongo"
Expand Down

0 comments on commit 27884a4

Please sign in to comment.