We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93f78d commit dc37efaCopy full SHA for dc37efa
.github/workflows/tests.yml
@@ -5,8 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- php: ["8.0", "8.1", "8.2", "8.3"]
9
- tarantool: ["2.8", "2.10", "2.11", "3.0", "3.1"]
+ php: ["8.0", "8.3"]
+ tarantool: ["1.10", "2.11", "3.0", "3.1"]
10
steps:
11
- uses: actions/checkout@v2
12
- uses: php-actions/composer@v6
0 commit comments