Skip to content

Commit

Permalink
fix version (#282)
Browse files Browse the repository at this point in the history
* fix version

* no more tricks
  • Loading branch information
DarkSide666 authored Oct 13, 2020
1 parent a4a9922 commit d179888
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
if [ -z "$LOG_COVERAGE" ]; then rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini ; fi
php --version
# trick composer that this is a "atk4/core:develop" dependency to install atk4/data
- name: Rename HEAD to develop for Composer
run: git switch -C develop HEAD

- name: Setup cache 1/2
id: composer-cache
run: |
Expand Down Expand Up @@ -97,10 +93,6 @@ jobs:
if [ -z "$LOG_COVERAGE" ]; then rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini ; fi
php --version
# trick composer that this is a "atk4/core:develop" dependency to install atk4/data
- name: Rename HEAD to develop for Composer
run: git switch -C develop HEAD

- name: Setup cache 1/2
id: composer-cache
run: |
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"homepage": "https://mvorisek.cz/"
}
],
"version": "2.3.1",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
Expand Down

0 comments on commit d179888

Please sign in to comment.