File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 17
17
jobs :
18
18
19
19
latest :
20
- name : " Test & Update "
20
+ name : " Build & Verify "
21
21
runs-on : ' ubuntu-latest'
22
22
steps :
23
23
- uses : actions/checkout@v3
@@ -58,13 +58,16 @@ jobs:
58
58
fail-fast : false
59
59
matrix :
60
60
include :
61
+ - operating-system : ' ubuntu-latest'
62
+ silverstripe-version : ' 5.0'
63
+ php-version : ' 8.1'
61
64
- operating-system : ' ubuntu-latest'
62
65
silverstripe-version : ' 4.0'
63
66
php-version : ' 8.0'
64
67
- operating-system : ' ubuntu-latest'
65
68
silverstripe-version : ' 4.0'
66
69
php-version : ' 7.4'
67
- name : SS ${{ matrix.silverstripe-version }}, PHP ${{ matrix.php-version }}
70
+ name : " Matrix: SS ${{ matrix.silverstripe-version }}, PHP ${{ matrix.php-version }}"
68
71
runs-on : ${{ matrix.operating-system }}
69
72
steps :
70
73
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments