Skip to content

Commit

Permalink
fix 8.3 image specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Tuscher committed Nov 29, 2023
1 parent e94022d commit 5e0e0fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ dockerTest:
OS_FAMILY: 'debian'
OS_VERSION: '9'
PHP_OFFICIAL: '1'
'php:8:3$':
OS_FAMILY: 'debian'
OS_VERSION: '12'
PHP_OFFICIAL: '1'
'php[^:]*:[0-9]':
'php[^:]*:8.(0|1|2)':
OS_FAMILY: 'debian'
OS_VERSION: '10'
PHP_OFFICIAL: '1'
'php[^:]*:8.3':
OS_FAMILY: 'debian'
OS_VERSION: '12'
PHP_OFFICIAL: '1'

0 comments on commit 5e0e0fc

Please sign in to comment.