Skip to content

Commit 570c75b

Browse files
committed
action php version fixed
1 parent 7bc077b commit 570c75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [8.0, 8.1]
16+
php: [8.1]
1717

1818
name: PHP ${{ matrix.php }}
1919

0 commit comments

Comments
 (0)