Skip to content

Commit

Permalink
Merge pull request #17 from ingenerator/support-php83
Browse files Browse the repository at this point in the history
Support PHP 8.3
  • Loading branch information
craig410 authored Sep 25, 2024
2 parents 37383ee + 55460c3 commit 33bd367
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ README text eol=lf
*.swf binary
*.zip binary
*.sqlite binary

/.github export-ignore
/test export-ignore
/koharness.php export-ignore
/phpunit.xml export-ignore
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
dependencies:
- 'default'
include:
Expand All @@ -26,6 +27,8 @@ jobs:
dependencies: 'lowest'
- php_version: '8.2'
dependencies: 'lowest'
- php_version: '8.3'
dependencies: 'lowest'
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Unreleased

## v2.1.0 (2024-09-25)

* Support PHP 8.3

## v2.0.0 (2022-10-28)

* [BREAKING] Update doctrine/dbal to v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-pdo": "*",
"composer/installers": "~1.0",
"doctrine/annotations": "^1.13",
Expand Down

0 comments on commit 33bd367

Please sign in to comment.