Skip to content

Commit

Permalink
ci: supports php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noelma committed Dec 10, 2022
1 parent b38ceb3 commit 4e71dd8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
experimental: [false]
include:
- coverage: --no-coverage
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Manipulate your data with a QueryBuilder similar to SQL syntax.

### PHP version

| Version PHP | QueryFlatFile 3.x |
| --------------- | ----------------- |
| <= 7.1 | ✗ Unsupported |
| 7.2 / 7.3 / 7.4 | ✓ Supported |
| 8.0 / 8.1 | ✓ Supported |
| Version PHP | QueryFlatFile 3.1.x |
| --------------- | ------------------- |
| <= 7.1 | ✗ Unsupported |
| 7.2 / 7.3 / 7.4 | ✓ Supported |
| 8.0 / 8.1 / 8.2 | ✓ Supported |

### Extensions

Expand Down
10 changes: 5 additions & 5 deletions README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Manipulez vos données avec un QueryBuilder similaire à la syntaxe SQL.

### Version PHP

| Version PHP | QueryFlatFile 3.x |
| --------------- | ----------------- |
| <= 7.1 | ✗ Non supporté |
| 7.2 / 7.3 / 7.4 | ✓ Supporté |
| 8.0 / 8.1 | ✓ Supporté |
| Version PHP | QueryFlatFile 3.1.x |
| --------------- | ------------------- |
| <= 7.1 | ✗ Non supporté |
| 7.2 / 7.3 / 7.4 | ✓ Supporté |
| 8.0 / 8.1 / 8.2 | ✓ Supporté |

### Extensions PHP

Expand Down

0 comments on commit 4e71dd8

Please sign in to comment.