Skip to content

Commit 16fcc95

Browse files
committed
ci updates.
1 parent 62b2914 commit 16fcc95

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818

1919
latest:
20-
name: "Test & Update"
20+
name: "Build & Verify"
2121
runs-on: 'ubuntu-latest'
2222
steps:
2323
- uses: actions/checkout@v3
@@ -58,13 +58,16 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
include:
61+
- operating-system: 'ubuntu-latest'
62+
silverstripe-version: '5.0'
63+
php-version: '8.1'
6164
- operating-system: 'ubuntu-latest'
6265
silverstripe-version: '4.0'
6366
php-version: '8.0'
6467
- operating-system: 'ubuntu-latest'
6568
silverstripe-version: '4.0'
6669
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 }}"
6871
runs-on: ${{ matrix.operating-system }}
6972
steps:
7073
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)