Skip to content

Commit 405ed65

Browse files
committed
ci: remove php71 abd add php82
1 parent 0d1672a commit 405ed65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
matrix:
2222
include:
2323
# ThinkPHP 6.*
24-
- php: 7.1
25-
thinkphp: 6.*
2624
- php: 7.2
2725
thinkphp: 6.*
2826
- php: 7.4
@@ -37,6 +35,8 @@ jobs:
3735
thinkphp: 8.*
3836
- php: 8.1
3937
thinkphp: 8.*
38+
- php: 8.2
39+
thinkphp: 8.*
4040

4141
name: ThinkPHP${{ matrix.thinkphp }}-PHP${{ matrix.php }}
4242

0 commit comments

Comments
 (0)