Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 4, 2023
1 parent e418e86 commit a1ac90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/collision-tests.yaml
Expand Up @@ -36,6 +36,7 @@ jobs:

- name: Install Collision
run: |
composer require "phpunit/phpunit:^10.1" --dev --no-interaction --no-update
composer require "nunomaduro/collision:^7.4" --dev --no-interaction --no-update
- name: Install dependencies
Expand Down Expand Up @@ -91,6 +92,7 @@ jobs:

- name: Install Collision
run: |
composer require "phpunit/phpunit:^9.6" --dev --no-interaction --no-update
composer require "nunomaduro/collision:^6.4" --dev --no-interaction --no-update
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/parallel-tests.yaml
Expand Up @@ -40,6 +40,7 @@ jobs:

- name: Install Paratest
run: |
composer require "phpunit/phpunit:^10.1" --dev --no-interaction --no-update
composer require "nunomaduro/collision:${{ matrix.collision }}" "brianium/paratest:${{ matrix.paratest }}" --dev --no-interaction --no-update
- name: Install dependencies
Expand Down

0 comments on commit a1ac90c

Please sign in to comment.