Skip to content

Commit

Permalink
downgrade to php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danilin-em committed Apr 11, 2024
1 parent c33c263 commit e506413
Show file tree
Hide file tree
Showing 15 changed files with 294 additions and 452 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.0]
php: [5.6]
steps:
- uses: actions/checkout@v2
- name: Set up PHP
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"homepage": "https://github.com/danilin-em/test-memcached-lib",
"require": {
"php": "^7.0",
"php": "^5.6",
"ext-mbstring": "*"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e506413

Please sign in to comment.