Skip to content

Commit

Permalink
Updates phpmyadmin to use 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralBrad authored Feb 23, 2024
1 parent bae4202 commit 3638361
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions builders/phpmyadmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ const semver = require('semver');
module.exports = {
name: 'phpmyadmin',
config: {
version: '5.1',
supported: ['5.1', '5.0', '4.9', '4.8', '4.7', '4.6'],
version: '5.2',
supported: ['5.2', '5.1', '5.0', '4.9', '4.8', '4.7', '4.6'],
legacy: ['4.9', '4.8', '4.7', '4.6'],
pinPairs: {
'5.2': 'phpmyadmin/phpmyadmin:5.2.1',
'5.1': 'phpmyadmin/phpmyadmin:5.1.1',
'5.0': 'phpmyadmin/phpmyadmin:5.0.2',
},
Expand Down

0 comments on commit 3638361

Please sign in to comment.