Skip to content

Commit dbd4c82

Browse files
Merge pull request #1 from esign/feature/multiple-events
Support multiple events
2 parents 0f20912 + 889fdd9 commit dbd4c82

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1284
-290
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,14 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.1, 8.0, 7.4]
17-
laravel: [9.*, 8.*, 7.*]
16+
php: [8.1, 8.0]
17+
laravel: [9.*, 8.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 9.*
2121
testbench: 7.*
2222
- laravel: 8.*
2323
testbench: ^6.23
24-
- laravel: 7.*
25-
testbench: ^5.20
26-
exclude:
27-
- laravel: 9.*
28-
php: 7.4
29-
- laravel: 7.*
30-
php: 8.1
3124

3225
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3326

0 commit comments

Comments
 (0)