Skip to content

Commit

Permalink
Align for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 authored Mar 4, 2024
1 parent 4b23ac9 commit 3b5adb1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-smoke-${{ matrix.php }}-${{ matrix.type }}-${{ hashFiles('composer.json') }}
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.type }}-${{ hashFiles('composer.json') }}
restore-keys: |
${{ runner.os }}-composer-
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-behat-${{ matrix.php }}-${{ matrix.type }}-${{ hashFiles('composer.json') }}
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.type }}-${{ hashFiles('composer.json') }}
restore-keys: |
${{ runner.os }}-composer-
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.4 <8.4",
"atk4/ui": "5.0"
"atk4/ui": "dev-develop"
},
"require-dev": {
"atk4/behat-mink-selenium2-driver": "^1.6.2",
Expand Down Expand Up @@ -50,5 +50,9 @@
"phpstan/extension-installer": true
},
"sort-packages": true
},
"require-release": {
"atk4/ui": "5.1",
"php": ">=7.4 <8.4"
}
}
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<phpunit bootstrap="vendor/autoload.php" printerClass="Atk4\Core\Phpunit\ResultPrinter" colors="true">
<phpunit bootstrap="vendor/autoload.php" colors="true">
<php>
<env name="DB_DSN" value="sqlite::memory:" />
<env name="DB_USER" value="" />
Expand Down

0 comments on commit 3b5adb1

Please sign in to comment.