Update release route

This commit is contained in:
David Bomba 2023-09-03 09:14:01 +10:00
parent bec22d199e
commit c00d125d82
2 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1
with:
ref: Laravel10
ref: v5-develop
- name: Copy .env file
run: |

12
composer.lock generated
View File

@ -525,16 +525,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.280.1",
"version": "3.280.2",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "2b2bb8cc5be21e252fb5803d229f1d7fbbec0222"
"reference": "d68b83b3bc39b70bf33e9b8b5166facbe3e4fe9b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2b2bb8cc5be21e252fb5803d229f1d7fbbec0222",
"reference": "2b2bb8cc5be21e252fb5803d229f1d7fbbec0222",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d68b83b3bc39b70bf33e9b8b5166facbe3e4fe9b",
"reference": "d68b83b3bc39b70bf33e9b8b5166facbe3e4fe9b",
"shasum": ""
},
"require": {
@ -614,9 +614,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.280.1"
"source": "https://github.com/aws/aws-sdk-php/tree/3.280.2"
},
"time": "2023-08-31T18:56:31+00:00"
"time": "2023-09-01T18:06:10+00:00"
},
{
"name": "bacon/bacon-qr-code",