Skip to content

Commit dc37efa

Browse files
committed
test matrix configuration
1 parent d93f78d commit dc37efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
php: ["8.0", "8.1", "8.2", "8.3"]
9-
tarantool: ["2.8", "2.10", "2.11", "3.0", "3.1"]
8+
php: ["8.0", "8.3"]
9+
tarantool: ["1.10", "2.11", "3.0", "3.1"]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: php-actions/composer@v6

0 commit comments

Comments
 (0)