Skip to content

Commit 9828ea6

Browse files
authored
Merge pull request #83 from samsonasik/samsonasik-patch-1
Add php 8.1 to workflow
2 parents a925711 + e60a710 commit 9828ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: ['8.0']
16+
php-versions: ['8.0', '8.1']
1717
steps:
1818
- name: Setup PHP Action
1919
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"aura/di": "^3.4 || ^4.0",
6262
"doctrine/dbal": "^3.0",
6363
"doctrine/doctrine-orm-module": "^4.1",
64-
"kahlan/kahlan": "^5.1.3",
64+
"kahlan/kahlan": "dev-moving-to-github-action",
6565
"laminas/laminas-coding-standard": "^2.1.1",
6666
"laminas/laminas-form": "^2.16 || ^3.0",
6767
"laminas/laminas-mvc": "^3.2",

0 commit comments

Comments
 (0)