Skip to content

Commit

Permalink
PHP8.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cevro committed Dec 29, 2021
1 parent 6b55620 commit a218c03
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-psr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4' ]
php: [ '7.4' ,'8.0' ,'8.1' ]
steps:
- uses: actions/checkout@v2
name: Checkout
Expand All @@ -18,7 +18,7 @@ jobs:
- uses: shivammathur/setup-php@v2
name: Setup PHP
with:
php-version: 7.4
php-version: ${{ matrix.php }}
extensions: curl, mbstring, mysql, soap, xml
tools: composer
ini-values: session.gc_probability=0, date.timezone="Europe/Prague", display_startup_errors = Off
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"license": "GPL-3.0-or-later",
"require": {
"php": ">= 7.4 <8.1",
"php": ">= 7.4",
"ext-dom": "*",
"ext-soap": "*"
},
Expand Down
24 changes: 15 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a218c03

Please # to comment.