Skip to content

Commit 436fc85

Browse files
committed
Update test workflow to drop support for php 8.0 and older
1 parent d77cedb commit 436fc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php: [7.2, 7.3, 7.4, 8.0, 8.1, '8.2']
25+
php: [8.1, 8.2]
2626

2727
name: P${{ matrix.php }}
2828

0 commit comments

Comments
 (0)