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