Skip to content

Commit af74bd0

Browse files
committed
chore: update documentation and action
1 parent 8fa2370 commit af74bd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: ['ubuntu-latest']
15-
php-versions: ['7.4']
15+
php-versions: ['7.4', '8.0']
1616
phpunit-versions: ['latest']
1717
steps:
1818
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ composer require staffbase/plugins-sdk-php
1717

1818
Dependencies are also managed by Composer. When using this repository keep the following dependencies in mind (cf. [composer.json](composer.json)):
1919

20-
* php: >=7.4.0
20+
* php: ^7.4.0 || ^8.0
2121
* lcobucci/jwt: ^4.1
2222

2323
## API Reference

0 commit comments

Comments
 (0)