Skip to content

Commit

Permalink
V2.2.0 - Bump required PHP Version, Update dependencies, Remove PHP 8…
Browse files Browse the repository at this point in the history
….4 deprecations (#74)

* Bump required version of PHP to 8.2
* Update dependencies
* Fix deprecations for PHP 8.4
* Update PHP version in github actions
* Add PHP version 8.4 to tests workflow
  • Loading branch information
BolZer authored Jan 21, 2025
1 parent 3767491 commit 00bf4d7
Show file tree
Hide file tree
Showing 46 changed files with 1,319 additions and 833 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
include:
- { operating-system: 'ubuntu-latest', php-version: '8.1', dependencies: '' }
- { operating-system: 'ubuntu-latest', php-version: '8.2', dependencies: '' }

name: PHP ${{ matrix.php-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
include:
- { operating-system: 'ubuntu-latest', php-version: '8.1', dependencies: '' }
- { operating-system: 'ubuntu-latest', php-version: '8.2', dependencies: '' }

name: PHP ${{ matrix.php-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
include:
- { operating-system: 'ubuntu-latest', php-version: '8.1', dependencies: '' }
- { operating-system: 'ubuntu-latest', php-version: '8.2', dependencies: '' }
- { operating-system: 'ubuntu-latest', php-version: '8.3', dependencies: '' }
- { operating-system: 'ubuntu-latest', php-version: '8.4', dependencies: '' }


name: PHP ${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"jms/serializer": "^3.16",
"ext-dom": "*"
},
Expand Down
Loading

0 comments on commit 00bf4d7

Please sign in to comment.