Skip to content

Commit

Permalink
Use 2021.04 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Apr 6, 2021
1 parent 2c12fb9 commit 54f5efd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- image: aimeos/ci-php:7.1
steps:
- checkout
- run: git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: git clone --depth=50 --branch=2021.04 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: cd .. && mv project aimeos-core/ext/ai-gettext && mv aimeos-core project && cd project
- restore_cache:
keys:
Expand All @@ -26,7 +26,7 @@ jobs:
- image: aimeos/ci-php:7.2
steps:
- checkout
- run: git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: git clone --depth=50 --branch=2021.04 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: cd .. && mv project aimeos-core/ext/ai-gettext && mv aimeos-core project && cd project
- restore_cache:
keys:
Expand All @@ -42,7 +42,7 @@ jobs:
- image: aimeos/ci-php:7.3
steps:
- checkout
- run: git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: git clone --depth=50 --branch=2021.04 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: cd .. && mv project aimeos-core/ext/ai-gettext && mv aimeos-core project && cd project
- restore_cache:
keys:
Expand All @@ -58,7 +58,7 @@ jobs:
- image: aimeos/ci-php:7.4
steps:
- checkout
- run: git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: git clone --depth=50 --branch=2021.04 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: cd .. && mv project aimeos-core/ext/ai-gettext && mv aimeos-core project && cd project
- restore_cache:
keys:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": "~7.1||~8.0",
"composer/installers": "^1.0",
"aimeos/aimeos-core": "dev-master"
"aimeos/aimeos-core": "2021.04.*"
},
"require-dev": {
"phpunit/phpunit": "~7.0||~8.0||~9.0"
Expand Down

0 comments on commit 54f5efd

Please sign in to comment.