File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : ['7.4', ' 8.0']
12
+ php : ['8.0']
13
13
dependency-version : [prefer-lowest, prefer-stable]
14
14
15
15
name : PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ $ webzone install:pma
342
342
** Use** : Download and Install PhpMyAdmin latest version from server.
343
343
344
344
` options `
345
- - ` -f|--force ` -> Redownload and Reinstall PhpMyAdmin forcefully .
345
+ - ` -fresh ` -> Remove existing PhpMyAdmin and install latest version from PhpMyAdmin website .
346
346
<hr >
347
347
348
348
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class About extends Command
27
27
/**
28
28
* Execute the console command.
29
29
*/
30
- public function handle (): mixed
30
+ public function handle ()
31
31
{
32
32
$ this ->about ();
33
33
}
You can’t perform that action at this time.
0 commit comments