Skip to content

Commit c485588

Browse files
committed
test matrix fix
1 parent 8c60d3a commit c485588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
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.3"]
9-
tarantool: ["2.11", "3.0", "3.1"]
8+
php: ["8.1", "8.2", "8.3", "8.4"]
9+
tarantool: ["2.10", "2.11"]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: php-actions/composer@v6

0 commit comments

Comments
 (0)