Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add support for PHP 8.3 #696

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
typo3-version: ["10.4", "11.5"]
php-version: ["7.4", "8.0", "8.1", "8.2"]
eliashaeussler marked this conversation as resolved.
Show resolved Hide resolved
php-version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
dependencies: ["highest", "lowest"]
exclude:
- typo3-version: "10.4"
Expand All @@ -24,6 +24,8 @@ jobs:
php-version: "8.1"
- typo3-version: "10.4"
php-version: "8.2"
- typo3-version: "10.4"
php-version: "8.3"
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -60,7 +62,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
tools: composer:v2
coverage: pcov

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Backend/ToolbarItems/CacheWarmupToolbarItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/CacheManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Command/ShowUserAgentCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Command/WarmupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Configuration/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Configuration/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/CacheWarmupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Crawler/ConcurrentUserAgentCrawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Crawler/ConfigurableClientTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Crawler/OutputtingUserAgentCrawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Crawler/RequestAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Crawler/RequestAwareTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Crawler/UserAgentTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Exception/MissingPageIdException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Exception/UnsupportedConfigurationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Exception/UnsupportedSiteException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Request/WarmupRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Service/CacheWarmupService.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Sitemap/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Sitemap/Provider/DefaultProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Sitemap/Provider/ProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Sitemap/Provider/RobotsTxtProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Sitemap/Provider/SiteProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Sitemap/SiteAwareSitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Sitemap/SitemapLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Traits/BackendUserAuthenticationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Traits/TranslatableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Traits/ViewTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Classes/Utility/AccessUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Backend/AjaxRoutes.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Services.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Configuration/SiteConfiguration/Overrides/site.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the TYPO3 CMS extension "warming".
*
* Copyright (C) 2023 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Version matrix
+--------------------+-------------------------+---------------+
| Extension versions | TYPO3 versions | PHP versions |
+====================+=========================+===============+
| **since 0.5.0** | **10.4 LTS - 11.5 LTS** | **7.4 - 8.2** |
| **since 0.5.0** | **10.4 LTS - 11.5 LTS** | **7.4 - 8.3** |
+--------------------+-------------------------+---------------+
| 0.3.14 - 0.4.8 | 10.4 LTS - 11.5 LTS | 7.1 - 8.1 |
+--------------------+-------------------------+---------------+
Expand Down
Loading
Loading