Skip to content

Commit

Permalink
Remove php 8.1 from workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Aug 28, 2024
1 parent 85af20e commit 50fbeb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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]
php: [8.2, 8.3]
laravel: [11.*]
# laravel: [9.*, 10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
Expand Down

0 comments on commit 50fbeb6

Please sign in to comment.