Skip to content

Commit

Permalink
Updating config
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Oct 8, 2022
1 parent bc39804 commit e8b6b91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs :
strategy :
fail-fast : false
matrix :
php-version : [ "8.0", "8.1" ]
php-version : [ "8.1" ]
operating-system : [ "ubuntu-latest" ]

steps :
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs :
strategy :
fail-fast : false
matrix :
php-version : [ "8.0", "8.1" ]
php-version : [ "8.1" ]
operating-system : [ "ubuntu-latest" ]

steps :
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs :
strategy :
fail-fast : false
matrix :
php-version : [ "8.0", "8.1" ]
php-version : [ "8.1" ]
operating-system : [ "ubuntu-latest" ]

steps :
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
[![Black](https://img.shields.io/badge/black-enabled-brightgreen.svg?style=flat-square)](https://github.com/psf/black)
[![MyPy](https://img.shields.io/badge/mypy-enabled-brightgreen.svg?style=flat-square)](http://mypy-lang.org)

***

## What is FastyBird exchange library?

This is library for [FastyBird IoT](https://www.fastybird.com) ecosystem which is
Expand Down

0 comments on commit e8b6b91

Please sign in to comment.