Skip to content

Commit 71356cc

Browse files
authored
Merge pull request #913 from w3bdesign/dev
Fix CircleCI
2 parents e564d9a + d6b09d1 commit 71356cc

File tree

3 files changed

+3
-49
lines changed

3 files changed

+3
-49
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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

0 commit comments

Comments
 (0)