Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tw2066 committed Sep 5, 2024
1 parent 8a58477 commit f2d82d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on: [ push, pull_request ]

env:
SWOOLE_VERSION: '5.0.3'
SWOOLE_VERSION: '5.1.4'
SWOW_VERSION: 'develop'

jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php-version: [ '8.1','8.2' ]
php-version: [ '8.1','8.2','8.3' ]
engine: [ 'swoole' ]
max-parallel: 5
steps:
Expand Down

0 comments on commit f2d82d9

Please sign in to comment.