diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf02450..781e9da 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4, 8.0, 8.1] + php: [7.4, 8.0, 8.1, 8.2, 8.3] steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0b034..1d19067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ See https://github.com/slimphp/Slim-Csrf/releases for a full list +## Next + +- Added: Support for PHP 8.2 and 8.3 + ## 1.4.0 - Added: Allow to set token name and value in header