Skip to content

Commit 649dbc4

Browse files
author
Hans Höchtl
committed
fix: config
1 parent 93cfe30 commit 649dbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/console.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dockerTest:
2828
configuration:
2929
imageConfigurationRegex: ':(?P<OS_FAMILY>alpine|debian|ubuntu|centos)-?(?P<OS_VERSION>[^-]+)?'
3030
default:
31-
OS_FAMILY: 'debian'
32-
OS_VERSION: '11'
31+
OS_FAMILY: 'ubuntu'
32+
OS_VERSION: '22.04'
3333
image:
3434
'php[^:]*:[0-9].[0-9]-alpine$':
3535
OS_FAMILY: 'alpine'

0 commit comments

Comments
 (0)