Skip to content

Commit 2b7237a

Browse files
committed
-
1 parent 04b0504 commit 2b7237a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ jobs:
2828
run: composer validate --strict
2929

3030
stable-tests:
31-
name: Stable Tests
32-
runs-on: ['ubuntu-latest', 'macos-latest', 'windows-latest']
31+
name: "${{ matrix.operating-system }} / PHP ${{ matrix.php-version }}"
32+
runs-on: ${{ matrix.operating-system }}
3333

3434
strategy:
3535
fail-fast: false
3636
matrix:
37+
operating-system: ['ubuntu-latest', 'macos-latest', 'windows-latest']
3738
php-version: ['7.4', '8.3']
3839

3940
steps:

0 commit comments

Comments
 (0)