Skip to content

Commit

Permalink
Test over the correct php version (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
HPWebdeveloper authored Jun 26, 2024
1 parent c72c0aa commit 04e28a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2, 8.3]
php: [8.2, 8.3]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
php: 8.1
- laravel: 11.*
testbench: 9.*
carbon: ^3.0
php: 8.2

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

Expand Down

0 comments on commit 04e28a1

Please sign in to comment.