Skip to content

Commit

Permalink
Remove unused combinations from docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
fivefilters committed Apr 21, 2024
1 parent f7d9b19 commit 2bb1dd7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ services:
LIBXML_VERSION: 2.9.14
PHP_VERSION: 8.1

php-8.2-libxml-2.9.13:
<<: *template
build:
context: ./docker/php
args:
LIBXML_VERSION: 2.9.13
PHP_VERSION: 8.2

php-8.2-libxml-2.9.14:
<<: *template
build:
Expand All @@ -35,14 +27,6 @@ services:
LIBXML_VERSION: 2.9.14
PHP_VERSION: 8.2

php-8.3-libxml-2.9.13:
<<: *template
build:
context: ./docker/php
args:
LIBXML_VERSION: 2.9.13
PHP_VERSION: 8.3

php-8.3-libxml-2.9.14:
<<: *template
build:
Expand Down

0 comments on commit 2bb1dd7

Please sign in to comment.