File tree Expand file tree Collapse file tree 4 files changed +534
-544
lines changed Expand file tree Collapse file tree 4 files changed +534
-544
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
branches :
9
9
- " **"
10
- env :
11
- NODE_VERSION : 16.17.1
12
10
jobs :
13
11
check-lock-file-version :
14
12
name : NPM Lock File Version
26
24
strategy :
27
25
matrix :
28
26
include :
27
+ - name : PHP 8.3
28
+ PHP_VERSION : 8.3
29
29
- name : PHP 8.2
30
30
PHP_VERSION : 8.2
31
31
- name : PHP 8.1
@@ -37,18 +37,12 @@ jobs:
37
37
- name : Use Node.js
38
38
uses : actions/setup-node@v3
39
39
with :
40
- node-version : ${{ env.NODE_VERSION }}
40
+ node-version : 16.17.1
41
+ cache : npm
41
42
- name : Setup PHP with PECL extension
42
43
uses : shivammathur/setup-php@v2
43
44
with :
44
45
php-version : ${{ matrix.PHP_VERSION }}
45
- - name : Cache Node.js modules
46
- uses : actions/cache@v3
47
- with :
48
- path : ~/.npm
49
- key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-${{ hashFiles('**/package-lock.json') }}
50
- restore-keys : |
51
- ${{ runner.os }}-node-${{ env.NODE_VERSION }}-
52
46
- run : composer install
53
47
- run : npm ci
54
48
- run : npm start
Original file line number Diff line number Diff line change 7
7
[ ![ Coverage] ( http://codecov.io/github/parse-community/parse-php-sdk/coverage.svg?branch=master )] ( http://codecov.io/github/parse-community/parse-php-sdk?branch=master )
8
8
[ ![ auto-release] ( https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg )] ( https://github.com/parse-community/parse-dashboard/releases )
9
9
10
- [ ![ PHP Version] ( https://img.shields.io/badge/php-8.1,_8.2-green.svg?logo=php&style=flat )] ( https://php.org/ )
10
+ [ ![ PHP Version] ( https://img.shields.io/badge/php-8.1,_8.2,_8.3 -green.svg?logo=php&style=flat )] ( https://php.org/ )
11
11
12
12
[ ![ packagist latest version] ( https://img.shields.io/packagist/v/parse/php-sdk )] ( https://packagist.org/packages/parse/php-sdk )
13
13
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >=8.1 <8.3 " ,
15
+ "php" : " >=8.1 <8.4 " ,
16
16
"ext-curl" : " *" ,
17
17
"ext-json" : " *"
18
18
},
You can’t perform that action at this time.
0 commit comments