Skip to content

Commit f6abfd8

Browse files
committed
PHP 8.3
1 parent 1eb049d commit f6abfd8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
15+
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
1616
laravel: [5.6.*, 5.7.*, 5.8.*, 6.*, 7.*, 8.*, 9.*, 10.*]
1717
version: [prefer-stable]
1818
os: [ubuntu-latest]
@@ -40,30 +40,40 @@ jobs:
4040
php: 8.1
4141
- laravel: 5.6.*
4242
php: 8.2
43+
- laravel: 5.6.*
44+
php: 8.3
4345
- laravel: 5.7.*
4446
php: 8.0
4547
- laravel: 5.7.*
4648
php: 8.1
4749
- laravel: 5.7.*
4850
php: 8.2
51+
- laravel: 5.7.*
52+
php: 8.3
4953
- laravel: 5.8.*
5054
php: 8.0
5155
- laravel: 5.8.*
5256
php: 8.1
5357
- laravel: 5.8.*
5458
php: 8.2
59+
- laravel: 5.8.*
60+
php: 8.3
5561
- laravel: 6.*
5662
php: 7.1
5763
- laravel: 6.*
5864
php: 8.1
5965
- laravel: 6.*
6066
php: 8.2
67+
- laravel: 6.*
68+
php: 8.3
6169
- laravel: 7.*
6270
php: 7.1
6371
- laravel: 7.*
6472
php: 8.1
6573
- laravel: 7.*
6674
php: 8.2
75+
- laravel: 7.*
76+
php: 8.3
6777
- laravel: 8.*
6878
php: 7.1
6979
- laravel: 8.*

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to `laravel-sitemappable` will be documented in this file
44

5+
## 1.6.0 - 2023-11-24
6+
- Support PHP 8.3
7+
58
## 1.5.0 - 2023-02-15
69
- Support Laravel 10
710

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2"
20+
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",

0 commit comments

Comments
 (0)