Skip to content

Commit

Permalink
test php 8.4 support (#1)
Browse files Browse the repository at this point in the history
* test php 8.4 support

* disregard windows
  • Loading branch information
tomschlick authored Nov 15, 2024
1 parent a5ef739 commit ef9afdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2]
os: [ubuntu-latest]
php: [8.4, 8.3, 8.2]
laravel: [11.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down

0 comments on commit ef9afdc

Please sign in to comment.