Skip to content

Commit

Permalink
Merge pull request #2127 from phalcon/development
Browse files Browse the repository at this point in the history
0.12.20
  • Loading branch information
AlexNDRmac authored Dec 16, 2020
2 parents 4db83b4 + 1223293 commit 59017de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ engines:
exclude_paths:
- 'ext/**'
- 'prototypes/**'
- 'templates/**'
- 'CHANGELOG.md'
- '**.md'
- '**.json'
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Setup Environment Variables
uses: allenevans/set-env@v1.0.0
uses: allenevans/set-env@v2.0.0
with:
BOX_VERSION: '3.8.4'

Expand All @@ -36,7 +36,7 @@ jobs:
run: echo ::set-output name=dir::$(composer config cache-files-dir)

- name: Setup Composer Cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=7.0.0 <8.0",
"php": ">=7.2 <8.0",
"ext-SPL": "*",
"ext-ctype": "*",
"ext-hash": "*",
Expand Down

0 comments on commit 59017de

Please sign in to comment.