Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 5bba460

Browse files
authored
Update test.yml
skip php 8.2 for now issue #142
1 parent 6f95b3e commit 5bba460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
23+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1'] # TODO add '8.2' https://github.com/cebe/yii2-openapi/issues/142
2424

2525
# TODO use cache
2626
steps:

0 commit comments

Comments
 (0)