AI readme, tests
This commit is contained in:
parent
c5004158eb
commit
676951cda0
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
# Laravel Shop Package
|
||||
|
||||
[](https://github.com/blax-software/laravel-shop/actions/workflows/tests.yml)
|
||||
[](https://packagist.org/packages/blax-software/laravel-shop)
|
||||
[](https://packagist.org/packages/blax-software/laravel-shop)
|
||||
[](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
|
||||
|
|
|
|||
Loading…
Reference in New Issue