Skip to content

Commit

Permalink
fix(ci): test on >=8.0<=8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dusan@dusanmalusev.dev>
  • Loading branch information
CodeLieutenant committed Aug 17, 2024
1 parent 4537f66 commit d4c934e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
matrix:
php:
- 8.3
# - 8.2
# - 8.1
- 8.2
- 8.1
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Compile uv extension
run: phpize && ./configure && make && sudo make install && echo "extension = uv" >> $(php -r 'echo php_ini_loaded_file();')
- name: Run the tests
run: php run-tests.php -q -j4 -p $(which php) -m --offline --show-diff --set-timeout 120
run: php run-tests.php -q -j4 -p $(which php) -m --show-diff --set-timeout 120

0 comments on commit d4c934e

Please sign in to comment.