Skip to content

Commit e248447

Browse files
committed
fix github action
1 parent c9b2eaf commit e248447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: ['8.1', '8.2']
16-
stability: [prefer-stable, prefer-dev]
15+
php: ['8.1']
16+
stability: [prefer-stable]
1717

1818
services:
1919
rabbitmq:

0 commit comments

Comments
 (0)