Skip to content

Commit

Permalink
Add PHP 8.4 and stability matrix to CI workflow
Browse files Browse the repository at this point in the history
Extend the Laravel CI workflow to test against PHP 8.4 and include stability options (prefer-lowest, prefer-stable). This ensures broader compatibility and stability testing across environments.
  • Loading branch information
n4ss1m committed Dec 21, 2024
1 parent 30e5efb commit 99d794f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
stability: [prefer-lowest, prefer-stable]

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

Expand Down

0 comments on commit 99d794f

Please sign in to comment.