From d4c934e048b64dffb01fe38cc62c6bea65fbe8d7 Mon Sep 17 00:00:00 2001 From: Dusan Malusev Date: Sat, 17 Aug 2024 12:32:14 +0200 Subject: [PATCH] fix(ci): test on >=8.0<=8.3 Signed-off-by: Dusan Malusev --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c36c443..70cb143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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