Skip to content

Commit

Permalink
DEV-65163 php compatibility for 8.1 - 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Subert committed Aug 31, 2023
1 parent db0b5b7 commit d8510b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test:
image: $CONTAINER_REGISTRY/devops/php:$PHP_VERSION
parallel:
matrix:
- PHP_VERSION: ['8.0','8.1','8.2']
- PHP_VERSION: ['8.1','8.2']
stage: test
needs:
- build
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"homepage": "http://framework.zend.com/",
"license": "BSD-3-Clause",
"require": {
"php": ">=8.0 <8.3",
"php": ">=8.1 <8.3",
"symfony/polyfill-php82": "1.28",
"symfony/polyfill-ctype": "1.28",
"symfony/polyfill-mbstring": "1.28"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8510b4

Please sign in to comment.