Skip to content

Commit

Permalink
prepare 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Apr 18, 2021
1 parent 09811d0 commit 35b506d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 22 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeception.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Codeception
on:
push:
branches: [ 'master' ]
branches: [ '1.x' ]
pull_request:
branches: [ 'master' ]
branches: [ '1.x' ]

jobs:
codeception:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
MYSQL_DATABASE: dachcom_bundle_test
services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: dachcom_bundle_test
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
ls -al pimcore-codeception-framework
chmod +x ./pimcore-codeception-framework/src/_etc/scripts/setup.sh
./pimcore-codeception-framework/src/_etc/scripts/setup.sh
sed -i 's,\("dachcom-digital\/dynamic-search"\): "\(.*\)",\1: "dev-master",g' composer.json
sed -i 's,\("dachcom-digital\/dynamic-search"\): "\(.*\)",\1: "1.x-dev",g' composer.json
- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Verify MySql Connection
run: |
sudo apt-get update
sudo apt-get install -y mysql-client
sudo apt-get install -y mysql-client-8.0
mysql -uroot -h127.0.0.1 -proot -e "SHOW DATABASES"
- name: Setup MySql
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ecs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Easy Coding Standards
on:
push:
branches: [ 'master' ]
branches: [ '1.x' ]
pull_request:
branches: [ 'master' ]
branches: [ '1.x' ]

jobs:
ecs:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
MYSQL_DATABASE: dachcom_bundle_test
services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: dachcom_bundle_test
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
ls -al pimcore-codeception-framework
chmod +x ./pimcore-codeception-framework/src/_etc/scripts/setup.sh
./pimcore-codeception-framework/src/_etc/scripts/setup.sh
sed -i 's,\("dachcom-digital\/dynamic-search"\): "\(.*\)",\1: "dev-master",g' composer.json
sed -i 's,\("dachcom-digital\/dynamic-search"\): "\(.*\)",\1: "1.x-dev",g' composer.json
- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Verify MySql Connection
run: |
sudo apt-get update
sudo apt-get install -y mysql-client
sudo apt-get install -y mysql-client-8.0
mysql -uroot -h127.0.0.1 -proot -e "SHOW DATABASES"
- name: Setup MySql
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: PHP Stan
on:
push:
branches: [ 'master' ]
branches: [ '1.x' ]
pull_request:
branches: [ 'master' ]
branches: [ '1.x' ]

jobs:
stan:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
MYSQL_DATABASE: dachcom_bundle_test
services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: dachcom_bundle_test
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
ls -al pimcore-codeception-framework
chmod +x ./pimcore-codeception-framework/src/_etc/scripts/setup.sh
./pimcore-codeception-framework/src/_etc/scripts/setup.sh
sed -i 's,\("dachcom-digital\/dynamic-search"\): "\(.*\)",\1: "dev-master",g' composer.json
sed -i 's,\("dachcom-digital\/dynamic-search"\): "\(.*\)",\1: "1.x-dev",g' composer.json
- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Verify MySql Connection
run: |
sudo apt-get update
sudo apt-get install -y mysql-client
sudo apt-get install -y mysql-client-8.0
mysql -uroot -h127.0.0.1 -proot -e "SHOW DATABASES"
- name: Setup MySql
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Index Storage Extension for [Pimcore Dynamic Search](https://github.com/dachco
## Requirements
- Pimcore >= 6.6
- Symfony >= 4.4
- Pimcore Dynamic Search
- Pimcore Dynamic Search 1.0

***

Expand Down
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@
"app/TestKernel.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"require": {
"symfony/symfony": "^4|^5",
"pimcore/pimcore": "^6.6",
"dachcom-digital/dynamic-search": "^0.7",
"dachcom-digital/dynamic-search": "^1.0",
"elasticsearch/elasticsearch": "^7.0",
"ongr/elasticsearch-dsl": "~7.1.0"
},
Expand Down

0 comments on commit 35b506d

Please sign in to comment.