File tree 4 files changed +4441
-3063
lines changed
4 files changed +4441
-3063
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
orbs :
3
- browser-tools : circleci/browser-tools@1.4.1
3
+ browser-tools : circleci/browser-tools@1.4.6
4
4
5
5
jobs : # a collection of steps
6
6
dusk : # runs not using Workflows must have a `build` job as entry point
7
7
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
9
9
auth :
10
10
username : mydockerhub-user
11
11
password : $DOCKERHUB_PASSWORD # context / project UI env-var reference
@@ -59,7 +59,7 @@ jobs: # a collection of steps
59
59
60
60
vue-tests :
61
61
docker :
62
- - image : cimg/node:20.3.1
62
+ - image : cimg/node:21.4.0
63
63
working_directory : ~/laravel
64
64
steps :
65
65
- checkout
You can’t perform that action at this time.
0 commit comments