Skip to content

Commit 62b2914

Browse files
committed
ci updates.
1 parent af02b05 commit 62b2914

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
command: update
2727
--with silverstripe/framework:^5.0
28-
php_version: 8.2
28+
php_version: 8.1
2929
php_extensions: xdebug intl
3030
- name: Generate Code Coverage
3131
run: |
@@ -58,17 +58,13 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
include:
61-
- operating-system: 'ubuntu-latest'
62-
silverstripe-version: '5.0'
63-
php-version: '8.1'
6461
- operating-system: 'ubuntu-latest'
6562
silverstripe-version: '4.0'
6663
php-version: '8.0'
6764
- operating-system: 'ubuntu-latest'
6865
silverstripe-version: '4.0'
6966
php-version: '7.4'
7067
name: SS ${{ matrix.silverstripe-version }}, PHP ${{ matrix.php-version }}
71-
needs: [latest]
7268
runs-on: ${{ matrix.operating-system }}
7369
steps:
7470
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)