From 676951cda0697dee065b5aa852b95e95496ea1dd Mon Sep 17 00:00:00 2001 From: a6a2f5842 Date: Wed, 3 Dec 2025 14:12:22 +0100 Subject: [PATCH] AI readme, tests --- .github/workflows/tests.yml | 11 ++++------- README.md | 5 +++++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 780f7a4..cd9b21a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,20 +2,17 @@ name: Tests on: push: - branches: [ main, develop ] + branches: [ master, develop ] pull_request: - branches: [ main, develop ] + branches: [ master, develop ] jobs: test: runs-on: ubuntu-latest strategy: matrix: - php: [8.1, 8.2, 8.3] - laravel: [10.*, 11.*] - exclude: - - php: 8.1 - laravel: 11.* + php: [8.2, 8.3] + laravel: [10.*, 11.*, 12.*] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/README.md b/README.md index 5a474d5..72ea7c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Laravel Shop Package +[![Tests](https://github.com/blax-software/laravel-shop/actions/workflows/tests.yml/badge.svg)](https://github.com/blax-software/laravel-shop/actions/workflows/tests.yml) +[![Latest Version](https://img.shields.io/packagist/v/blax-software/laravel-shop.svg?style=flat-square)](https://packagist.org/packages/blax-software/laravel-shop) +[![License](https://img.shields.io/packagist/l/blax-software/laravel-shop.svg?style=flat-square)](https://packagist.org/packages/blax-software/laravel-shop) +[![PHP Version](https://img.shields.io/packagist/php-v/blax-software/laravel-shop.svg?style=flat-square)](https://packagist.org/packages/blax-software/laravel-shop) + A comprehensive headless e-commerce package for Laravel with stock management, Stripe integration, and product actions. ## Features