File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set up PHP
17
17
uses : shivammathur/setup-php@v2
18
18
with :
19
- php-version : 8.2
19
+ php-version : 8.1
20
20
tools : composer
21
21
22
22
- name : Install dependencies
Original file line number Diff line number Diff line change 17
17
- name : Set up PHP
18
18
uses : shivammathur/setup-php@v2
19
19
with :
20
- php-version : 8.3
20
+ php-version : 8.1
21
21
tools : composer, psalm
22
22
23
23
- name : Install dependencies
Original file line number Diff line number Diff line change 33
33
- name : Set up PHP
34
34
uses : shivammathur/setup-php@v2
35
35
with :
36
- php-version : 8.2
36
+ php-version : 8.1
37
37
tools : composer, xdebug
38
38
39
39
- name : Cache Composer dependencies
Original file line number Diff line number Diff line change 23
23
- name : Set up PHP
24
24
uses : shivammathur/setup-php@v2
25
25
with :
26
- php-version : 8.2
26
+ php-version : 8.1
27
27
tools : composer, xdebug
28
28
29
29
- name : Cache Composer dependencies
Original file line number Diff line number Diff line change 5
5
"require" : {
6
6
"psr/http-client" : " ^1.0" ,
7
7
"ext-json" : " *" ,
8
- "ext-http" : " *" ,
9
8
"php" : " ^8.1" ,
10
9
"nyholm/psr7" : " ^1.8" ,
11
10
"php-http/discovery" : " ^1.17"
You can’t perform that action at this time.
0 commit comments