Skip to content

Commit 354426d

Browse files
committed
ci: update matrix
1 parent bf7d83a commit 354426d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [ 8.0, 8.1, 8.2, 8.3 ]
22+
php: [ 8.0, 8.1, 8.2, 8.3, 8.4 ]
2323
thinkphp: [ "~8.0.3", "^8.1"]
24+
exclude:
25+
- php: 8.4
26+
thinkphp: "~8.0.3"
2427

2528
name: ThinkPHP${{ matrix.thinkphp }}-PHP${{ matrix.php }}
2629

0 commit comments

Comments
 (0)