Skip to content

Commit f29f93a

Browse files
authored
Merge pull request #19 from palpalani/palpalani-patch-1
Support PHP 8.3
2 parents 170f1de + 695f7a4 commit f29f93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.2, 8.1]
13-
laravel: [9.*,10.*]
12+
php: [8.3, 8.2, 8.1]
13+
laravel: [9.*, 10.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 9.*

0 commit comments

Comments
 (0)