Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Oct 25, 2023
1 parent 3124aa8 commit 8f363bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_master.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests and static analysis (Master)
name: build

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Set up PHP
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ try {
}
```

#### Asymmetric encryption/decryption (RSA-based) for lage data
#### Asymmetric encryption/decryption (RSA-based) for large data
```php
use Smoren\EncryptionTools\Helpers\AsymmetricLargeDataEncryptionHelper;

Expand Down

0 comments on commit 8f363bc

Please sign in to comment.