Skip to content

Commit

Permalink
Merge pull request #113 from kokspflanze/patch-php82
Browse files Browse the repository at this point in the history
Add PHP 8.2 support
  • Loading branch information
svycka committed Jul 10, 2023
2 parents 42e9c69 + 9f51e03 commit 958c0fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- php-version: 8.1
dependencies: "--prefer-lowest --prefer-stable"
test_coverage: "no"
- php-version: 8.2
dependencies: "--prefer-stable"
test_coverage: "no"
- php-version: 8.2
dependencies: "--prefer-lowest --prefer-stable"
test_coverage: "no"

steps:
- name: Setup PHP
Expand All @@ -44,6 +50,8 @@ jobs:

- name: Run php-cs-fixer
run: composer cs-check
env:
PHP_CS_FIXER_IGNORE_ENV: true

- name: Run tests (without coverage)
if: ${{ matrix.test_coverage == 'no' }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.2 || ~8.0.0 || ~8.1.0",
"php": "^7.2 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-intl": "*",
"laminas/laminas-eventmanager": "^3.1",
"laminas/laminas-http": "^2.7",
Expand Down

0 comments on commit 958c0fb

Please sign in to comment.