Skip to content

Commit 782d6f1

Browse files
committed
limit matrix and update wf titles
1 parent ae1fdca commit 782d6f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
continue-on-error: ${{ matrix.experimental }}
1515
strategy:
16-
max-parallel: 3
16+
max-parallel: 1
1717
matrix:
1818
os: [ubuntu-latest]
1919
php: [8.1, 8.2, 8.3, 8.4, 8.5]
2020
experimental: [false]
2121

22-
name: PHP ${{ matrix.php }} test on ${{ matrix.os }}
22+
name: Testing PHP ${{ matrix.php }} on ${{ matrix.os }}
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)