Skip to content

Commit ced8008

Browse files
committed
add version support notice
1 parent dc37efa commit ced8008

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
php: ["8.0", "8.3"]
9-
tarantool: ["1.10", "2.11", "3.0", "3.1"]
9+
tarantool: ["2.11", "3.0", "3.1"]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: php-actions/composer@v6

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- [Performance](#performance)
1616

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

0 commit comments

Comments
 (0)