Skip to content

Commit

Permalink
pestphp different version
Browse files Browse the repository at this point in the history
  • Loading branch information
LaravelFreelancerNL committed Nov 27, 2023
1 parent 3180242 commit c8fd972
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
arangodb: [3.10, 3.11]
dependency-version: [prefer-lowest, prefer-stable]
php: [8.1, 8.2, 8.3]
laravel: [^9.0, ^10.0]
# exclude:
Expand All @@ -24,9 +25,11 @@ jobs:
include:
- laravel: ^9.0
testbench: ^7.0
pestphp: ^1.0
- laravel: ^10.0
testbench: ^8.0
name: QA L ${{ matrix.laravel }} / P ${{ matrix.php }} / A ${{ matrix.arangodb }} / T ${{ matrix.testbench }} /${{ matrix.dependency-version }}
pestphp: ^2.0
name: QA L ${{ matrix.laravel }} / P ${{ matrix.php }} / A ${{ matrix.arangodb }} - ${{ matrix.dependency-version }}

services:
arangodb:
Expand Down Expand Up @@ -57,7 +60,7 @@ jobs:

- name: Install dependencies
run: |
composer require laravel/framework:${{ matrix.laravel }} orchestra/testbench:${{ matrix.testbench }} --no-interaction --no-update
composer require laravel/framework:${{ matrix.laravel }} orchestra/testbench:${{ matrix.testbench }} pestphp/pest-plugin-laravel:${{ matrix.pestphp }} --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Prepare test database
Expand Down

0 comments on commit c8fd972

Please sign in to comment.