Skip to content

Commit

Permalink
Update PHP versions in docunit file.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Aug 3, 2022
1 parent f6aaf1e commit 725da61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockunit.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"containers": [
{
"prettyName": "PHP 5.6",
"image": "php:5.6",
"prettyName": "PHP 7.4",
"image": "php:7.4",
"beforeScripts": [
"php -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\"",
"php composer-setup.php --install-dir=/usr/local/bin --filename=composer",
Expand All @@ -14,8 +14,8 @@
"testCommand": "phpunit"
},
{
"prettyName": "PHP 7.0",
"image": "php:7.0",
"prettyName": "PHP 8.1",
"image": "php:8.1",
"beforeScripts": [
"php -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\"",
"php composer-setup.php --install-dir=/usr/local/bin --filename=composer",
Expand All @@ -27,4 +27,4 @@
"testCommand": "phpunit"
}
]
}
}

0 comments on commit 725da61

Please sign in to comment.