Skip to content

Commit

Permalink
Add php 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hedii committed Apr 8, 2021
1 parent efa9334 commit d71a76c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.4' ]
php-versions: [ '7.4', '8.0' ]
name: Testing on PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://github.com/hedii/laravel-ovh-swift-storage/workflows/Tests/badge.svg)](https://github.com/hedii/laravel-ovh-swift-storage/actions)
[![Total Downloads](https://poser.pugx.org/hedii/laravel-ovh-swift-storage/downloads)](//packagist.org/packages/hedii/laravel-ovh-swift-storage)
[![License](https://poser.pugx.org/hedii/laravel-ovh-swift-storage/license)](//packagist.org/packages/hedii/laravel-ovh-swift-storage)
[![License](https://poser.pugx.org/hedii/laravel-ovh-swift-storage/license)](https://github.com/hedii/laravel-ovh-swift-storage/blob/master/LICENSE.md)
[![Latest Stable Version](https://poser.pugx.org/hedii/laravel-ovh-swift-storage/v)](//packagist.org/packages/hedii/laravel-ovh-swift-storage)

# Laravel Ovh Swift Storage
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
],
"require": {
"php": "^7.4.0",
"laravel/framework": "^8.0",
"nimbusoft/flysystem-openstack-swift": "^0.3.1"
"php": "^7.4|^8.0",
"laravel/framework": "^8.12",
"nimbusoft/flysystem-openstack-swift": "^0.3.4"
},
"require-dev": {
"orchestra/testbench": "^6.0"
Expand Down

0 comments on commit d71a76c

Please sign in to comment.