Skip to content

Commit

Permalink
docker-compose: add php82 and php83 services
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Jan 21, 2024
1 parent e852034 commit f5085a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ services:
<<: *php-service-base
image: thecodingmachine/php:8.1-v4-cli

php82:
<<: *php-service-base
image: thecodingmachine/php:8.2-v4-cli

php83:
<<: *php-service-base
image: thecodingmachine/php:8.3-v4-cli

postgres:
image: postgres:9.6
environment:
Expand Down

0 comments on commit f5085a0

Please sign in to comment.