File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,15 @@ jobs:
17
17
php :
18
18
- ' 7.4'
19
19
- ' 8.0'
20
+ - ' 8.1'
21
+ - ' 8.2'
22
+ - ' 8.3'
20
23
wp :
21
24
- latest
22
25
multisite :
23
26
- ' no'
24
27
include :
25
- - php : ' 7.4 '
28
+ - php : ' 8.1 '
26
29
wp : latest
27
30
multisite : yes
28
31
services :
@@ -41,17 +44,17 @@ jobs:
41
44
uses : actions/checkout@v3
42
45
43
46
- name : Set up PHP
44
- uses : shivammathur/setup-php@2.22 .0
47
+ uses : shivammathur/setup-php@2.32 .0
45
48
with :
46
49
php-version : ${{ matrix.php }}
47
50
env :
48
51
fail-fast : ' true'
49
52
50
53
- name : Install PHP Dependencies
51
- uses : ramsey/composer-install@2.1.1
54
+ uses : ramsey/composer-install@3.0.0
52
55
53
56
- name : Set up WordPress and WordPress Test Library
54
- uses : sjinks/setup-wordpress-test-library@1 .1.11
57
+ uses : sjinks/setup-wordpress-test-library@v2 .1.3
55
58
with :
56
59
version : ${{ matrix.wp }}
57
60
You can’t perform that action at this time.
0 commit comments