Skip to content

Commit 8f59fae

Browse files
add support php 8.3
1 parent 77fba7f commit 8f59fae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: ['8.0', 8.1, 8.2]
11+
php: ['8.0', 8.1, 8.2, 8.3]
1212
laravel: [8, 9, 10, 11]
1313
exclude:
1414
- php: '8.0'
1515
laravel: 10
16+
- php: '8.0'
17+
laravel: 11
1618
- php: '8.2'
1719
laravel: 8
1820
- php: '8.1'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0|^8.1|^8.2",
19+
"php": "^8.0|^8.1|^8.2|^8.3",
2020
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)