Skip to content

Commit efd8d3f

Browse files
committed
PHP 8.2
1 parent 658be2d commit efd8d3f

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.github/workflows/tests.yml

Lines changed: 9 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]
15+
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
1616
laravel: [5.6.*, 5.7.*, 5.8.*, 6.*, 7.*, 8.*, 9.*]
1717
version: [prefer-stable]
1818
os: [ubuntu-latest]
@@ -36,14 +36,20 @@ jobs:
3636
php: 8.0
3737
- laravel: 5.6.*
3838
php: 8.1
39+
- laravel: 5.6.*
40+
php: 8.2
3941
- laravel: 5.7.*
4042
php: 8.0
4143
- laravel: 5.7.*
4244
php: 8.1
45+
- laravel: 5.7.*
46+
php: 8.2
4347
- laravel: 5.8.*
4448
php: 8.0
4549
- laravel: 5.8.*
4650
php: 8.1
51+
- laravel: 5.8.*
52+
php: 8.2
4753
- laravel: 6.*
4854
php: 7.1
4955
- laravel: 6.*
@@ -52,6 +58,8 @@ jobs:
5258
php: 7.1
5359
- laravel: 7.*
5460
php: 8.1
61+
- laravel: 7.*
62+
php: 8.2
5563
- laravel: 8.*
5664
php: 7.1
5765
- laravel: 8.*

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22

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

5-
## 1.3.0 - 2022-02-10
5+
## 1.4.0 - 2022-12-09
6+
- Support PHP 8.2
67

8+
## 1.3.0 - 2022-02-10
79
- Support Laravel 9
810

911
## 1.2.0 - 2021-12-22
1012
- Support PHP 8.1
1113

12-
1314
## 1.1.0 - 2021-10-21
14-
1515
- Follow Google guidelines for localized versions of pages.
1616

1717
## 1.0.0 - 2021-05-17
18-
1918
- initial release.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020-2022 vursion
1+
Copyright (c) 2020-2023 vursion
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

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"
20+
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)