Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Fixes for PHP8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bckp committed Dec 28, 2022
1 parent 28736c9 commit a85ced7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2,690 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.0', '8.1' ]
php: [ '8.0', '8.1', '8.2' ]

fail-fast: false

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
/.idea/
/.idea/
composer.lock
Loading

0 comments on commit a85ced7

Please sign in to comment.