Skip to content

Commit

Permalink
python matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Dec 25, 2023
1 parent 2fcbf1f commit 79f6040
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,20 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2', '8.3' ]
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
steps:
- uses: actions/checkout@v4
- name: Install deps
run: sudo apt update -y && sudo apt install -y libcurl4-openssl-dev libc-ares-dev python3 python3-dev cmake redis-server
run: sudo apt update -y && sudo apt install -y cmake redis-server
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"
php-version: 8.1
extensions: embed, curl, redis
coverage: none
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python }}"
- name: Show machine information
run: |
date
Expand Down

0 comments on commit 79f6040

Please sign in to comment.