Skip to content

Commit

Permalink
fix serverspec os family detection for alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher committed Apr 13, 2020
1 parent 3060d27 commit b6b0f12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ dockerTest:
':centos-7-php56':
PHP_APCU: '0'
PHP_REDIS: '0'
'php[^:]*:7.(3|4)':
OS_FAMILY: 'debian'
OS_VERSION: '10'
PHP_OFFICIAL: '1'
'php[^:]*:7.[0-9]-alpine':
OS_FAMILY: 'alpine'
OS_VERSION: '3'
PHP_OFFICIAL: '1'
'php[^:]*:7.(3|4)':
OS_FAMILY: 'debian'
OS_VERSION: '10'
PHP_OFFICIAL: '1'
'php[^:]*:[0-9]':
OS_FAMILY: 'debian'
OS_VERSION: '9'
Expand Down

0 comments on commit b6b0f12

Please sign in to comment.