Skip to content

Commit e5dc4e1

Browse files
committed
Merge branch 'renovate/php-8.x' of https://github.com/w3bdesign/laravel-vue-ecommerce into renovate/php-8.x
2 parents 8e4e0d7 + 52136cc commit e5dc4e1

File tree

4 files changed

+4441
-3063
lines changed

4 files changed

+4441
-3063
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2.1
22
orbs:
3-
browser-tools: circleci/browser-tools@1.4.1
3+
browser-tools: circleci/browser-tools@1.4.6
44

55
jobs: # a collection of steps
66
dusk: # runs not using Workflows must have a `build` job as entry point
77
docker: # run the steps with Docker
8-
- image: cimg/php:8.2.4-browsers # ...with this image as the primary container; this is where all `steps` will run
8+
- image: cimg/php:8.2.10-browsers # ...with this image as the primary container; this is where all `steps` will run
99
auth:
1010
username: mydockerhub-user
1111
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
@@ -59,7 +59,7 @@ jobs: # a collection of steps
5959

6060
vue-tests:
6161
docker:
62-
- image: cimg/node:20.3.1
62+
- image: cimg/node:21.4.0
6363
working_directory: ~/laravel
6464
steps:
6565
- checkout

0 commit comments

Comments
 (0)