Skip to content

Commit

Permalink
Merge pull request #130 from sandervankasteel/feature/PHP8.2Testing
Browse files Browse the repository at this point in the history
Added testing against PHP 8.2 with Laravel 8 and 9
  • Loading branch information
sandervankasteel authored Dec 12, 2022
2 parents 5d2ec18 + e08f28c commit fc7a750
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- { "php": "8.1", "laravel": "8.*", "testbench": "6.*", "dependency-version": "prefer-stable"}
- { "php": "8.1", "laravel": "9.*", "testbench": "7.*", "dependency-version": "prefer-stable"}

- { "php": "8.2", "laravel": "8.*", "testbench": "6.*", "dependency-version": "prefer-stable" }
- { "php": "8.2", "laravel": "9.*", "testbench": "7.*", "dependency-version": "prefer-stable" }

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}

steps:
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ Laravel Extended Validation requires PHP >= 7.3 and works with Laravel >= 7.0 (a
composer require sandervankasteel/laravel-extended-validation
```

## Validated versions

Laravel Extended Validation has been tested against the following PHP and Laravel version combinations

| | PHP 7.3 | PHP 7.4 | PHP 8.0 | PHP 8.1 | PHP 8.1 |
|-------------|---------|---------|---------|---------|---------|
| Laravel 7.0 ||||||
| Laravel 8.0 ||||||
| Laravel 9.0 ||||||



## Usage

Expand Down
14 changes: 14 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[![Automated tests](https://github.com/sandervankasteel/laravel-extended-validation/actions/workflows/tests.yml/badge.svg)](https://github.com/sandervankasteel/laravel-extended-validation/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/sandervankasteel/laravel-extended-validation/branch/main/graph/badge.svg?token=OwUljizrrZ)](https://codecov.io/gh/sandervankasteel/laravel-extended-validation)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=sandervankasteel_laravel-extended-validation&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=sandervankasteel_laravel-extended-validation)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=sandervankasteel_laravel-extended-validation&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=sandervankasteel_laravel-extended-validation)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=sandervankasteel_laravel-extended-validation&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=sandervankasteel_laravel-extended-validation)


This packages hopes to provide you with a lot of useful additional validation rules :)
Expand All @@ -14,6 +17,17 @@ Laravel Extended Validation requires PHP >= 7.3 and works with Laravel >= 7.0 (a
composer require sandervankasteel/laravel-extended-validation
```

## Validated versions

Laravel Extended Validation has been tested against the following PHP and Laravel version combinations

| | PHP 7.3 | PHP 7.4 | PHP 8.0 | PHP 8.1 | PHP 8.1 |
|-------------|---------|---------|---------|---------|---------|
| Laravel 7.0 ||||||
| Laravel 8.0 ||||||
| Laravel 9.0 ||||||



## Usage

Expand Down

0 comments on commit fc7a750

Please sign in to comment.