We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e22ab commit 8468e9cCopy full SHA for 8468e9c
1 file changed
.github/workflows/test.yml
@@ -11,8 +11,8 @@ jobs:
11
strategy:
12
matrix:
13
os: [ ubuntu-latest ]
14
- php-version: [ '7.3', '7.4' ]
15
- swoole-version: [ '4.6.2', '4.5.11' ]
+ php-version: [ '8.1' ]
+ swoole-version: [ '4.8.13' ]
16
max-parallel: 4
17
steps:
18
- name: Checkout
0 commit comments