Skip to content

Commit

Permalink
Update PHP versions in workflow configurations for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Dec 6, 2024
1 parent 886e6b7 commit 84746a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
php: [8.3, 8.4]
laravel: [9.*, 10.*, 11.*]

name: PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3, 8.4]
php: [8.3, 8.4]
laravel: [9.*, 10.*, 11.*]
stability: [prefer-stable]

Expand Down

0 comments on commit 84746a9

Please sign in to comment.