Skip to content

Commit

Permalink
Run tests and examples on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Aug 3, 2024
1 parent a8b48ca commit d74b0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:
zen-examples-php:
container_name: zen-examples-php
image: php:8.2-cli
image: php:8.3-cli
volumes:
- .:/var/www
working_dir: /var/www
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:
zen-php:
container_name: zen-php
image: php:8.2-cli
image: php:8.3-cli
volumes:
- .:/var/www
working_dir: /var/www
Expand Down

0 comments on commit d74b0bd

Please sign in to comment.