File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
command : update
27
27
--with silverstripe/framework:^5.0
28
- php_version : 8.2
28
+ php_version : 8.1
29
29
php_extensions : xdebug intl
30
30
- name : Generate Code Coverage
31
31
run : |
@@ -58,17 +58,13 @@ 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'
64
61
- operating-system : ' ubuntu-latest'
65
62
silverstripe-version : ' 4.0'
66
63
php-version : ' 8.0'
67
64
- operating-system : ' ubuntu-latest'
68
65
silverstripe-version : ' 4.0'
69
66
php-version : ' 7.4'
70
67
name : SS ${{ matrix.silverstripe-version }}, PHP ${{ matrix.php-version }}
71
- needs : [latest]
72
68
runs-on : ${{ matrix.operating-system }}
73
69
steps :
74
70
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments