Skip to content

Commit e4dfe63

Browse files
committed
Add PHP 8.3 support
1 parent af75718 commit e4dfe63

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [7.2, 7.3, 7.4, "8.0", 8.1, 8.2]
15+
php: [7.2, 7.3, 7.4, "8.0", 8.1, 8.2, 8.3]
1616
laravel: [6, 7, 8, 9, 10]
1717
stability: ["prefer-lowest", "prefer-stable"]
1818
exclude:
@@ -42,6 +42,12 @@ jobs:
4242
laravel: 7
4343
- php: 8.2
4444
laravel: 8
45+
- php: 8.3
46+
laravel: 6
47+
- php: 8.3
48+
laravel: 7
49+
- php: 8.3
50+
laravel: 8
4551

4652
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} (w/ ${{ matrix.stability }})
4753
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"php": "^7.2|~8.0.0|~8.1.0|~8.2.0",
28+
"php": "^7.2|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
2929
"ext-json": "*",
3030
"laravel/framework": "^6.0|^7.0|^8.74|^9.0|^10.0"
3131
},

0 commit comments

Comments
 (0)