Skip to content

Commit

Permalink
Merge pull request #1676 from PyRowMan/patch-2
Browse files Browse the repository at this point in the history
Remove PHP 8.2 test since it's no longer compatible
  • Loading branch information
DariusIII authored Dec 20, 2024
2 parents 4508554 + 54bd0dc commit 3fe5525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.2, 8.3, 8.4 ]
php: [ 8.3, 8.4 ]

name: PHP ${{ matrix.php }}
services:
Expand Down

0 comments on commit 3fe5525

Please sign in to comment.