We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c60d3a commit c485588Copy full SHA for c485588
.github/workflows/tests.yml
@@ -5,8 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- php: ["8.0", "8.3"]
9
- tarantool: ["2.11", "3.0", "3.1"]
+ php: ["8.1", "8.2", "8.3", "8.4"]
+ tarantool: ["2.10", "2.11"]
10
steps:
11
- uses: actions/checkout@v2
12
- uses: php-actions/composer@v6
0 commit comments