aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2023-11-23 18:38:20 +0300
committerGitHub <noreply@github.com>2023-11-23 18:38:20 +0300
commita1f86abc0b4896f287f7851573e5965682b1f2ab (patch)
treec7f87362b76e7c2ea988156b94d617f8949f9d22
parentd9daabf40d64d38c2f4b4468d0e8cdb458e82bcf (diff)
PHP 8.3 (#133)HEADv2.3.5master
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--composer.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 2db0a46..7596322 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- php: [8.2, 8.1, 8.0]
+ php: [8.3, 8.2, 8.1, 8.0]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest, windows-latest]
diff --git a/composer.json b/composer.json
index 745e3d5..6edd148 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
},
"require": {
- "php": ">=8.0 <8.3"
+ "php": ">=8.0 <8.4"
},
"require-dev": {
"phpunit/phpunit": ">=9.0",