Skip to content

Commit

Permalink
Fix test php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvalue committed Feb 7, 2023
1 parent 7005b7f commit cddcd91
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,20 @@ jobs:
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
php: 8.0
- laravel: 9.*
testbench: 7.*
php: 8.1
- laravel: 9.*
testbench: 7.*
php: 8.2
- laravel: 10.*
testbench: 8.*
php: 8.*
php: 8.1
- laravel: 10.*
testbench: 8.*
php: [8.1,8.2]
php: 8.2

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"friendsofphp/php-cs-fixer": "^3.8",
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-parallel": "^1.2",
Expand Down

0 comments on commit cddcd91

Please sign in to comment.