Skip to content

Commit

Permalink
Bump version to 2.26.3
Browse files Browse the repository at this point in the history
Update Node.js dependencies
  • Loading branch information
shivammathur committed Jun 11, 2023
1 parent 66324ab commit 203a3dc
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 139 deletions.
9 changes: 6 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -888,11 +888,14 @@ async function addPHPUnitTools(data) {
if (data['version'] == 'latest') {
if (/7\.3|8\.0/.test(data['php_version'])) {
data['version'] = '9.6.8';
} else if (/7\.[2-3]/.test(data['php_version'])) {
}
else if (/7\.[2-3]/.test(data['php_version'])) {
data['version'] = '8.5.33';
} else if (/7\.[1-3]/.test(data['php_version'])) {
}
else if (/7\.[1-3]/.test(data['php_version'])) {
data['version'] = '7.5.20';
} else if (/7\.[0-2]/.test(data['php_version'])) {
}
else if (/7\.[0-2]/.test(data['php_version'])) {
data['version'] = '6.5.14';
}
}
Expand Down
Loading

0 comments on commit 203a3dc

Please sign in to comment.