We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc78db commit 9913c17Copy full SHA for 9913c17
.github/workflows/php.yml
@@ -14,11 +14,11 @@ jobs:
14
matrix:
15
php:
16
- version: 8.1
17
- swoole: v5.1.7
+ swoole: v5.1.8
18
- version: 8.2
19
20
- version: 8.3
21
22
- version: 8.4
23
swoole: v6.0.2
24
platform:
@@ -34,7 +34,7 @@ jobs:
34
- uses: actions/checkout@v4
35
with:
36
repository: crazywhalecc/static-php-cli
37
- ref: 2.6.1
+ ref: 2.7.1
38
39
- name: Update Swoole version to ${{ matrix.php.swoole }}
40
run: |
0 commit comments