Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Nikolaou committed Mar 12, 2024
1 parent c94757f commit 87a660a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
os: [ubuntu-latest]
php: [8.2, 8.1]
stability: [prefer-lowest, prefer-stable]
laravel: ['11.0', ^9.0, ^10.0]
laravel: ["11.0", ^9.0, ^10.0]
include:
- laravel: ^10.0
testbench: ^8.0
- laravel: ^9.0
testbench: ^7.0
- laravel: '11.0'
- laravel: "11.0"
testbench: ^9.0
exclude:
- laravel: '11.0'
- laravel: "11.0"
php: 8.1

name: Tests P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.stability }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
VIVA_ENVIRONMENT: demo
VIVA_MERCHANT_ID: ${{ secrets.VIVA_MERCHANT_ID }}
VIVA_SOURCE_CODE: ${{ secrets.VIVA_SOURCE_CODE }}
run: vendor/bin/phpunit --verbose --whitelist=src --coverage-clover=build/coverage/coverage.clover
run: vendor/bin/phpunit --whitelist=src --coverage-clover=build/coverage/coverage.clover

- name: Upload coverage
uses: sudo-bot/action-scrutinizer@latest
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to `sebdesign/laravel-viva-payments` will be documented in t
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.0.9] - 2024-03-12

### Fixes

- Laravel 11.x Compatibility ([#46](https://github.com/sebdesign/laravel-viva-payments/pull/46))

## [6.0.8] - 2024-02-26

### Fixes
Expand Down

0 comments on commit 87a660a

Please sign in to comment.