We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a925711 + e60a710 commit 9828ea6Copy full SHA for 9828ea6
.github/workflows/ci_build.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- php-versions: ['8.0']
+ php-versions: ['8.0', '8.1']
17
steps:
18
- name: Setup PHP Action
19
uses: shivammathur/setup-php@v2
composer.json
@@ -61,7 +61,7 @@
61
"aura/di": "^3.4 || ^4.0",
62
"doctrine/dbal": "^3.0",
63
"doctrine/doctrine-orm-module": "^4.1",
64
- "kahlan/kahlan": "^5.1.3",
+ "kahlan/kahlan": "dev-moving-to-github-action",
65
"laminas/laminas-coding-standard": "^2.1.1",
66
"laminas/laminas-form": "^2.16 || ^3.0",
67
"laminas/laminas-mvc": "^3.2",
0 commit comments