Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
make sure to test on php8.3
  • Loading branch information
tcampbPPU authored Jan 28, 2024
1 parent 66dff0b commit 981ea41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down

0 comments on commit 981ea41

Please sign in to comment.