Skip to content

Commit fca081f

Browse files
l12: update workflow
1 parent 0b2eab3 commit fca081f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/phptest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php: [7.4, 8.0, 8.1, 8.2, 8.3]
12+
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
1313
laravel: ['8.*', '11.*']
1414
include:
1515
- php: 8.0
@@ -26,6 +26,8 @@ jobs:
2626
laravel: 10.*
2727
- php: '8.2'
2828
laravel: 11.*
29+
- php: '8.4'
30+
laravel: 12.*
2931
exclude:
3032
- laravel: 11.*
3133
php: 7.4

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
20-
"illuminate/contracts": "^8.37|^9.0|^10.0|^11.0",
19+
"php": "^7.4|^8.0|^8.1|^8.2|^8.3|^8.4",
20+
"illuminate/contracts": "^8.37|^9.0|^10.0|^11.0|^12.0",
2121
"kitloong/laravel-app-logger": "^1.0",
2222
"spatie/laravel-package-tools": "^1.4.3",
2323
"ext-json": "*"

0 commit comments

Comments
 (0)