Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 24, 2025
1 parent 7c13e40 commit 6819e04
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,20 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
laravel: [10, 11]
phpunit: [10.5, 11]
include:
- php: 8.4
laravel: 11
phpunit: 11.3
phpunit: [10.5, 11, 12]
exclude:
- php: 8.1
laravel: 11
- php: 8.1
phpunit: 12
- php: 8.2
phpunit: 12
- laravel: 10
phpunit: 11
- laravel: 10
phpunit: 12

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - PHPUnit ${{ matrix.phpunit }}

Expand Down
20 changes: 8 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,20 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
laravel: [10, 11]
phpunit: [10.5, 11]
include:
- php: 8.4
laravel: 11
phpunit: 11.3
- php: 8.3
laravel: 11
phpunit: 12
- php: 8.4
laravel: 11
phpunit: 12
phpunit: [10.5, 11, 12]
exclude:
- php: 8.1
laravel: 11
- php: 8.1
phpunit: 12
- php: 8.2
phpunit: 12
- laravel: 10
phpunit: 11
- laravel: 10
phpunit: 12

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - PHPUnit ${{ matrix.phpunit }}

Expand Down

0 comments on commit 6819e04

Please sign in to comment.