Skip to content

Commit

Permalink
add version support notice
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Apr 25, 2024
1 parent dc37efa commit ced8008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
php: ["8.0", "8.3"]
tarantool: ["1.10", "2.11", "3.0", "3.1"]
tarantool: ["2.11", "3.0", "3.1"]
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [Performance](#performance)

## Getting started
Supported versions are php 8+ and tarantool 2+.\
The recommended way to install the library is through [Composer](http://getcomposer.org):
```bash
composer require tarantool/mapper
Expand Down

0 comments on commit ced8008

Please sign in to comment.