Skip to content

Commit 5e0e0fc

Browse files
author
Hans Tuscher
committed
fix 8.3 image specs
1 parent e94022d commit 5e0e0fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conf/console.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ dockerTest:
4343
OS_FAMILY: 'debian'
4444
OS_VERSION: '9'
4545
PHP_OFFICIAL: '1'
46-
'php:8:3$':
47-
OS_FAMILY: 'debian'
48-
OS_VERSION: '12'
49-
PHP_OFFICIAL: '1'
50-
'php[^:]*:[0-9]':
46+
'php[^:]*:8.(0|1|2)':
5147
OS_FAMILY: 'debian'
5248
OS_VERSION: '10'
5349
PHP_OFFICIAL: '1'
50+
'php[^:]*:8.3':
51+
OS_FAMILY: 'debian'
52+
OS_VERSION: '12'
53+
PHP_OFFICIAL: '1'

0 commit comments

Comments
 (0)