AI readme, tests
This commit is contained in:
parent
c5004158eb
commit
676951cda0
|
|
@ -2,20 +2,17 @@ name: Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, develop ]
|
branches: [ master, develop ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, develop ]
|
branches: [ master, develop ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php: [8.1, 8.2, 8.3]
|
php: [8.2, 8.3]
|
||||||
laravel: [10.*, 11.*]
|
laravel: [10.*, 11.*, 12.*]
|
||||||
exclude:
|
|
||||||
- php: 8.1
|
|
||||||
laravel: 11.*
|
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
|
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,10 @@
|
||||||
# Laravel Shop Package
|
# 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.
|
A comprehensive headless e-commerce package for Laravel with stock management, Stripe integration, and product actions.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue