Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mechelon committed Dec 15, 2023
1 parent 3640782 commit d958389
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches: [master]


jobs:
php-tests:
runs-on: ubuntu-latest
Expand All @@ -32,16 +33,16 @@ jobs:
php: '8.2'
testbench: '8.*'
- laravel: '9.*'
php: '8.2'
php: '8.3'
testbench: '7.*'
- laravel: '9.*'
php: '8.1'
php: '8.2'
testbench: '7.*'
- laravel: '8.*'
php: '8.0'
php: '8.1'
testbench: '6.*'
- laravel: '8.*'
php: '8.1'
php: '8.0'
testbench: '6.*'

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
Expand Down

0 comments on commit d958389

Please sign in to comment.