Skip to content

Commit 6c4f35e

Browse files
authored
Merge pull request #37 from crowdsecurity/fix-ci
fix ci
2 parents ec14b97 + 474921b commit 6c4f35e

File tree

4 files changed

+5
-68
lines changed

4 files changed

+5
-68
lines changed

.github/release-drafter.yml

-4
This file was deleted.

.github/workflows/release-drafter.yml

-17
This file was deleted.

.github/workflows/superlinter.yml

-42
This file was deleted.

.github/workflows/tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55

66
jobs:
77

8-
integration:
9-
name: Integration
8+
integration-tests:
9+
name: Integration tests
1010
runs-on: ubuntu-latest
1111

1212
strategy:
@@ -56,10 +56,10 @@ jobs:
5656
uses: shivammathur/setup-php@v2
5757
with:
5858
coverage: "none"
59-
extensions: "json,memcached,redis,xsl,ldap"
59+
extensions: "json,memcached,redis,xsl,ldap,gd"
6060
ini-values: "memory_limit=-1"
6161
php-version: "${{ matrix.php }}"
62-
tools: pecl
62+
tools: pecl, composer
6363

6464
- name: Display versions
6565
run: |
@@ -86,7 +86,7 @@ jobs:
8686
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
8787

8888
- name: Install PHP dependencies
89-
uses: php-actions/composer@v5
89+
run: composer install --prefer-dist
9090

9191
- name: Run tests
9292
run: ./vendor/bin/phpunit --testdox --colors --exclude-group ignore --group integration -v tests/IpVerificationTest.php

0 commit comments

Comments
 (0)