File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
- name : " Checkout"
15
15
uses : actions/checkout@master
16
16
17
- - name : " Install PHP 8.2 "
17
+ - name : " Install PHP 8.4 "
18
18
uses : shivammathur/setup-php@v2
19
19
with :
20
- php-version : " 8.2 "
20
+ php-version : " 8.4 "
21
21
extensions : mbstring, xml
22
22
coverage : none
23
23
tools : composer:v2
@@ -51,10 +51,10 @@ jobs:
51
51
- name : " Checkout"
52
52
uses : actions/checkout@master
53
53
54
- - name : " Install PHP 8.2 "
54
+ - name : " Install PHP 8.4 "
55
55
uses : shivammathur/setup-php@v2
56
56
with :
57
- php-version : " 8.2 "
57
+ php-version : " 8.4 "
58
58
extensions : mbstring, xml
59
59
coverage : none
60
60
tools : composer:v2
88
88
- " 8.1"
89
89
- " 8.2"
90
90
- " 8.3"
91
+ - " 8.4"
91
92
92
93
dependencies :
93
94
- lowest
@@ -135,10 +136,10 @@ jobs:
135
136
- name : " Checkout"
136
137
uses : actions/checkout@master
137
138
138
- - name : " Install PHP 8.2 "
139
+ - name : " Install PHP 8.4 "
139
140
uses : shivammathur/setup-php@v2
140
141
with :
141
- php-version : " 8.2 "
142
+ php-version : " 8.4 "
142
143
extensions : mbstring, xml
143
144
coverage : xdebug:v3
144
145
tools : composer:v2
You can’t perform that action at this time.
0 commit comments