Skip to content

Commit 62f2869

Browse files
committed
drop windows, and older php
1 parent a6068f2 commit 62f2869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
unit-test:
1212
strategy:
1313
matrix:
14-
os: [ ubuntu-latest, windows-latest ]
15-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
14+
os: [ 'ubuntu-latest' ]
15+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
1616
rabbit: [ '3.10', '3.11', '3.12', '3.13', '4.0', '4.1', '4.2' ]
1717

1818
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)