File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
wordpress :
9
9
name : Release
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-24 .04
11
11
steps :
12
12
- name : Checkout repository
13
13
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
name : Test the Build
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- name : Checkout repository
17
17
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
name : PHP Coding Standards
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- name : Checkout repository
17
17
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 17
17
- ' 8.3'
18
18
fail-fast : false
19
19
name : WP nightly / PHP ${{ matrix.php }}
20
- runs-on : ubuntu-20 .04
20
+ runs-on : ubuntu-24 .04
21
21
steps :
22
22
- name : Checkout repository
23
23
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 20
20
- ' 8.3'
21
21
fail-fast : false
22
22
name : WP 6.6 / PHP ${{ matrix.php }}
23
- runs-on : ubuntu-20 .04
23
+ runs-on : ubuntu-24 .04
24
24
steps :
25
25
- name : Checkout repository
26
26
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments