Skip to content

Commit

Permalink
chore: Trigger major release for previous commits
Browse files Browse the repository at this point in the history
BREAKING CHANGE: set minimal php version to 8.1
  • Loading branch information
FabianKoehnen committed Dec 14, 2022
1 parent ac36ba8 commit 8fd0aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Configure PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
tools: composer:v2
coverage: xdebug
extensions: bcmath, gd
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"unit-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text"
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"phpseclib/phpseclib": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 8fd0aeb

Please sign in to comment.