Skip to content

Commit

Permalink
Merge pull request #177 from akrabat/update-php-support
Browse files Browse the repository at this point in the history
Support PHP 8.2 and 8.3
  • Loading branch information
akrabat committed Jun 8, 2024
2 parents 0d804f3 + 15c77c7 commit 7be1390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7be1390

Please sign in to comment.