Skip to content

Commit 361c40a

Browse files
authored
Merge pull request #53 from sergiy-petrov/sergiy-petrov-patch-1
Test against php 8.3
2 parents 948f737 + 549765c commit 361c40a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
pull_request:
88
branches:
9-
- *
9+
- "*"
1010
schedule:
1111
- cron: '0 0 * * *'
1212

@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
php: [8.2, 8.1, 8.0]
24+
php: [8.3, 8.2, 8.1, 8.0]
2525
laravel: ['9.*', '10.*', '11.*']
2626
dependency-version: [prefer-lowest, prefer-stable]
2727
exclude:

0 commit comments

Comments
 (0)