Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alleyinteractive/mantle-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Apr 8, 2022
2 parents d33c1ca + b355d78 commit 8ed5e79
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 322 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
name: PHP ${{ matrix.php }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get Composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Set up Composer caching
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-composer-dependencies
with:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Validate Composer
run: composer validate --strict
- name: Install dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2
with:
timeout_minutes: 5
max_attempts: 5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
name: PHP ${{ matrix.php }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get Composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Set up Composer caching
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-composer-dependencies
with:
Expand All @@ -36,7 +36,7 @@ jobs:
tools: composer:v2
coverage: none
- name: Install dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2
with:
timeout_minutes: 5
max_attempts: 5
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"wp-cli/wp-cli": "^2.4"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^0.2.0",
"alleyinteractive/alley-coding-standards": "^0.3.0",
"phpunit/phpunit": "^8.0|^9.3"
},
"config": {
Expand Down
Loading

0 comments on commit 8ed5e79

Please sign in to comment.