Skip to content

Commit 86abb06

Browse files
committed
update all tests to use gen4 images where possible
1 parent 3fb49a0 commit 86abb06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/5.6/.lando.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
config:
2626
php: config/php.ini
2727
overrides:
28-
image: devwithlando/php:5.6-fpm-2
28+
image: devwithlando/php:5.6-fpm-4
2929
environment:
3030
DUALBLADE: maxim
3131
OTHER: thing

examples/7.2/.lando.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
config:
3030
php: config/php.ini
3131
overrides:
32-
image: devwithlando/php:7.2-fpm-3
32+
image: devwithlando/php:7.2-fpm-4
3333
environment:
3434
DUALBLADE: maxim
3535
OTHER: thing

examples/custom/Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM devwithlando/php:7.4-apache-2
1+
FROM devwithlando/php:7.4-apache-4
22

33
# Choose the major node version
44
ENV NODE_VERSION=12

0 commit comments

Comments
 (0)