Skip to content

Commit d74b0bd

Browse files
committed
Run tests and examples on PHP 8.3
1 parent a8b48ca commit d74b0bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44
zen-examples-php:
55
container_name: zen-examples-php
6-
image: php:8.2-cli
6+
image: php:8.3-cli
77
volumes:
88
- .:/var/www
99
working_dir: /var/www

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44
zen-php:
55
container_name: zen-php
6-
image: php:8.2-cli
6+
image: php:8.3-cli
77
volumes:
88
- .:/var/www
99
working_dir: /var/www

0 commit comments

Comments
 (0)