Skip to content

Commit

Permalink
Test on PHP8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Mar 9, 2024
1 parent 47a39eb commit 0105e6a
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 0105e6a

Please sign in to comment.