File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 9
9
- ' 7.2'
10
10
- ' 7.3'
11
11
- ' 7.4'
12
+ - ' 8.0'
12
13
13
14
name : PHP ${{ matrix.php-version }}
14
15
31
32
32
33
- name : Install dependencies
33
34
run : composer install
35
+ if : matrix.php-version != '8.0'
36
+
37
+ - name : Update dependencies
38
+ run : |
39
+ rm composer.lock
40
+ composer remove --dev --no-update friendsofphp/php-cs-fixer
41
+ composer update
42
+ if : matrix.php-version == '8.0'
34
43
35
44
- name : Setup problem matchers for PHP
36
45
run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
Original file line number Diff line number Diff line change 24
24
}
25
25
},
26
26
"require" : {
27
- "php" : " ^7.2" ,
27
+ "php" : " ^7.2 || ^8.0 " ,
28
28
"ext-json" : " *" ,
29
29
"psr/http-server-middleware" : " ^1.0" ,
30
30
"webonyx/graphql-php" : " ^14.3"
You can’t perform that action at this time.
0 commit comments