File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- php : ["8.0", "8.1"]
17
+ php : ["8.0", "8.1", "8.2" ]
18
18
os : [ubuntu-latest]
19
19
experimental : [false]
20
20
include :
21
21
- php : nightly
22
22
os : ubuntu-latest
23
23
experimental : true
24
- - php : " 8.1 "
24
+ - php : " 8.2 "
25
25
os : windows-latest
26
26
experimental : false
27
- - php : 8.1
27
+ - php : 8.2
28
28
os : macos-latest
29
29
experimental : false
30
30
98
98
id : setup-php
99
99
uses : shivammathur/setup-php@v2
100
100
with :
101
- php-version : " 8.1 "
101
+ php-version : " 8.2 "
102
102
- name : Get composer cache directory
103
103
id : composer-cache
104
104
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
@@ -130,7 +130,7 @@ jobs:
130
130
id : setup-php
131
131
uses : shivammathur/setup-php@v2
132
132
with :
133
- php-version : " 8.1 "
133
+ php-version : " 8.2 "
134
134
- name : Get composer cache directory
135
135
id : composer-cache
136
136
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1
- php 8.1.13
1
+ php 8.2.0
You can’t perform that action at this time.
0 commit comments