diff --git a/.travis.yml b/.travis.yml index 6ce9e56..134359a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ matrix: - php: 8.0 - php: 8.1 - php: 8.2 + - php: 8.3 - php: nightly fast_finish: true allow_failures: diff --git a/README.md b/README.md index f0864b8..e0f4bc6 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The following versions of PHP are supported. * PHP 8.0 * PHP 8.1 * PHP 8.2 +* PHP 8.3 ## Installation