Skip to content

Commit

Permalink
update all tests to use gen4 images where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 17, 2024
1 parent 3fb49a0 commit 86abb06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/5.6/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:5.6-fpm-2
image: devwithlando/php:5.6-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/7.2/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:7.2-fpm-3
image: devwithlando/php:7.2-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/custom/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM devwithlando/php:7.4-apache-2
FROM devwithlando/php:7.4-apache-4

# Choose the major node version
ENV NODE_VERSION=12
Expand Down

0 comments on commit 86abb06

Please sign in to comment.