We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cfe30 commit 649dbc4Copy full SHA for 649dbc4
conf/console.yml
@@ -28,8 +28,8 @@ dockerTest:
28
configuration:
29
imageConfigurationRegex: ':(?P<OS_FAMILY>alpine|debian|ubuntu|centos)-?(?P<OS_VERSION>[^-]+)?'
30
default:
31
- OS_FAMILY: 'debian'
32
- OS_VERSION: '11'
+ OS_FAMILY: 'ubuntu'
+ OS_VERSION: '22.04'
33
image:
34
'php[^:]*:[0-9].[0-9]-alpine$':
35
OS_FAMILY: 'alpine'
0 commit comments