This repository was archived by the owner on Sep 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14-
1514 runs-on : ubuntu-latest
1615 strategy :
1716 matrix :
1817 php-version : [7.4, 8.0]
1918
2019 steps :
21- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2221 - name : Cache Composer dependencies
23- uses : actions/cache@v2
22+ uses : actions/cache@v3
2423 with :
2524 path : /tmp/composer-cache
2625 key : ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
2726 - name : Install dependencies
28- uses : php-actions/composer@v5
27+ uses : php-actions/composer@v6
2928 with :
3029 php_version : ${{ matrix.php-version }}
3130 version : 2
32- php_extensions : json
31+ php_extensions : curl iconv intl json ldap
3332 - name : Run easy coding standard
3433 run : vendor/bin/ecs check
3534 release :
@@ -38,11 +37,11 @@ jobs:
3837 runs-on : ubuntu-latest
3938 steps :
4039 - name : Checkout
41- uses : actions/checkout@v2
40+ uses : actions/checkout@v3
4241 with :
4342 fetch-depth : 0
4443 - name : Setup Node.js
45- uses : actions/setup-node@v1
44+ uses : actions/setup-node@v3
4645 with :
4746 node-version : 14
4847 - name : Release
You can’t perform that action at this time.
0 commit comments