File tree Expand file tree Collapse file tree 3 files changed +3
-49
lines changed Expand file tree Collapse file tree 3 files changed +3
-49
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ jobs: # a collection of steps
66 build : # runs not using Workflows must have a `build` job as entry point
77 docker : # run the steps with Docker
88 # - image: cimg/php:8.0.14-browsers # ...with this image as the primary container; this is where all `steps` will run
9- - image : cimg/php:8.1.7 -browsers # ...with this image as the primary container; this is where all `steps` will run
9+ - image : cimg/php:8.2.4 -browsers # ...with this image as the primary container; this is where all `steps` will run
1010 auth :
1111 username : mydockerhub-user
1212 password : $DOCKERHUB_PASSWORD # context / project UI env-var reference
Original file line number Diff line number Diff line change 1+ [ ![ CircleCI] ( https://dl.circleci.com/status-badge/img/gh/w3bdesign/laravel-vue/tree/main.svg?style=svg )] ( https://dl.circleci.com/status-badge/redirect/gh/w3bdesign/laravel-vue/tree/main )
12[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=w3bdesign_laravel-vue&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=w3bdesign_laravel-vue )
23
34# Laravel eCommerce
You can’t perform that action at this time.
0 commit comments