Skip to content

Commit

Permalink
ci: remove php71 abd add php82
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip committed Oct 17, 2023
1 parent 0d1672a commit 405ed65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
matrix:
include:
# ThinkPHP 6.*
- php: 7.1
thinkphp: 6.*
- php: 7.2
thinkphp: 6.*
- php: 7.4
Expand All @@ -37,6 +35,8 @@ jobs:
thinkphp: 8.*
- php: 8.1
thinkphp: 8.*
- php: 8.2
thinkphp: 8.*

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

Expand Down

0 comments on commit 405ed65

Please sign in to comment.