Skip to content

Commit

Permalink
Merge pull request #2 from kblais/add-php8-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mbardelmeijer committed Jan 7, 2021
2 parents 085ec95 + 81e3b7e commit 5582ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4]
php: [7.4, 8.0]
laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand All @@ -32,7 +32,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"livewire/livewire": "^2.2"
},
"require-dev": {
Expand Down

0 comments on commit 5582ec7

Please sign in to comment.