Skip to content

Commit

Permalink
test matrix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Dec 20, 2024
1 parent 8c60d3a commit c485588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ["8.0", "8.3"]
tarantool: ["2.11", "3.0", "3.1"]
php: ["8.1", "8.2", "8.3", "8.4"]
tarantool: ["2.10", "2.11"]
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
Expand Down

0 comments on commit c485588

Please sign in to comment.