Skip to content

Commit

Permalink
Fix binary operation on string (#7)
Browse files Browse the repository at this point in the history
* Fix binary operation on string
  • Loading branch information
mentisy authored Dec 31, 2022
1 parent f6c7f89 commit 5005fca
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 440 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
coverage: none

- name: Composer install
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
coverage: none

- name: composer install
Expand Down
Loading

0 comments on commit 5005fca

Please sign in to comment.