Skip to content

Commit

Permalink
[9.x] Github Actions Improvements (#264)
Browse files Browse the repository at this point in the history
* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Nov 22, 2024
1 parent c3288dc commit 4af7e62
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/collision-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
php:
- 8.2
- 8.3
- 8.4
experimental:
- false

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/parallel-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
php:
- 8.2
- 8.3
- 8.4
collision:
- "^8.0"
paratest:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/strict-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- 8.3
- 8.4
phpunit:
- "~10.5.0"
- "~11.3.0"
- "~10.5.35"
- "~11.3.6"
- "~11.4.0"
experimental:
- false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- 8.3
- 8.4
phpunit:
- "~10.5.0"
- "~11.3.0"
- "~10.5.35"
- "~11.3.6"
- "~11.4.0"
dependencies:
- "highest"
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
composer show -D
- name: Execute tests (with deprecations)
run: vendor/bin/phpunit
run: vendor/bin/phpunit --display-deprecations ${{ matrix.dependencies == 'highest' && '--fail-on-deprecation' || '' }}
env:
RAY_ENABLED: false
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 4af7e62

Please sign in to comment.