Skip to content

Commit

Permalink
Added test cases for php 8.1 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Apr 29, 2024
1 parent 388e0d7 commit 95f8190
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PHPUnit

on: [push, pull_request]
on: [ push, pull_request ]

env:
SWOOLE_VERSION: '4.8.0'
Expand All @@ -12,10 +12,10 @@ jobs:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os: [ubuntu-latest]
php-version: ['8.0']
engine: ['swoole', 'swow']
max-parallel: 5
os: [ ubuntu-latest ]
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
engine: [ 'swoole', 'swow' ]
max-parallel: 8
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 95f8190

Please sign in to comment.