Skip to content

Commit

Permalink
Merge pull request #53 from sergiy-petrov/sergiy-petrov-patch-1
Browse files Browse the repository at this point in the history
Test against php 8.3
  • Loading branch information
barryvdh authored Mar 9, 2024
2 parents 948f737 + 549765c commit 361c40a
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 @@ -6,7 +6,7 @@ on:
- master
pull_request:
branches:
- *
- "*"
schedule:
- cron: '0 0 * * *'

Expand All @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
php: [8.2, 8.1, 8.0]
php: [8.3, 8.2, 8.1, 8.0]
laravel: ['9.*', '10.*', '11.*']
dependency-version: [prefer-lowest, prefer-stable]
exclude:
Expand Down

0 comments on commit 361c40a

Please sign in to comment.