We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f461a4 commit 1eb39f7Copy full SHA for 1eb39f7
.github/workflows/test.yml
@@ -7,7 +7,7 @@ env:
7
8
jobs:
9
ci:
10
- name: Test PHP ${{ matrix.php-version }} on ${{ matrix.engine }}
+ name: Test PHP ${{ matrix.php-version }} on ${{ matrix.engine }}-${{ matrix.swoole-version }}
11
runs-on: "${{ matrix.os }}"
12
env:
13
SWOOLE_VERSION: "${{ matrix.swoole-version }}"
0 commit comments