Skip to content

Commit

Permalink
PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jochensengier committed Nov 25, 2024
1 parent d31a778 commit 1edaebd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
laravel: [5.6.*, 5.7.*, 5.8.*, 6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
version: [prefer-stable]
os: [ubuntu-latest]
Expand Down Expand Up @@ -44,6 +44,8 @@ jobs:
php: 8.2
- laravel: 5.6.*
php: 8.3
- laravel: 5.6.*
php: 8.4
- laravel: 5.7.*
php: 8.0
- laravel: 5.7.*
Expand All @@ -52,6 +54,8 @@ jobs:
php: 8.2
- laravel: 5.7.*
php: 8.3
- laravel: 5.7.*
php: 8.4
- laravel: 5.8.*
php: 8.0
- laravel: 5.8.*
Expand All @@ -60,6 +64,8 @@ jobs:
php: 8.2
- laravel: 5.8.*
php: 8.3
- laravel: 5.8.*
php: 8.4
- laravel: 6.*
php: 7.1
- laravel: 6.*
Expand All @@ -68,6 +74,8 @@ jobs:
php: 8.2
- laravel: 6.*
php: 8.3
- laravel: 6.*
php: 8.4
- laravel: 7.*
php: 7.1
- laravel: 7.*
Expand All @@ -76,6 +84,8 @@ jobs:
php: 8.2
- laravel: 7.*
php: 8.3
- laravel: 7.*
php: 8.4
- laravel: 8.*
php: 7.1
- laravel: 8.*
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## 1.8.0 - 2024-11-25
- Support PHP 8.4

## 1.7.0 - 2024-03-13
- Support Laravel 11

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3"
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4"
},
"require-dev": {
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
Expand Down

0 comments on commit 1edaebd

Please sign in to comment.