Skip to content

Commit

Permalink
CI tests: remove Windows tests and add PHP 8.2 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored Apr 17, 2023
1 parent cc0dce5 commit f0fc05c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
strategy:
fail-fast: ${{ inputs.fail-fast }}
matrix:
php: [ 8.0, 8.1 ]
os: [ ubuntu-latest , windows-latest]
php: [ 8.0, 8.1, 8.2 ]
os: [ ubuntu-latest ]
dependencies: [ lowest , highest ]
steps:
- name: Set Git To Use LF
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"ext-curl": "*",
"ext-json": "*",
"google/common-protos": "^1.3 || ^2.0 || ^3.0",
"google/protobuf": "^3.20.1",
"grpc/grpc": "^1.34",
"nesbot/carbon": "^2.55.0",
"google/protobuf": "^3.22",
"grpc/grpc": "^1.42",
"nesbot/carbon": "^2.66",
"psr/log": "^1.0.1 || ^2.0 || ^3.0",
"react/promise": "^2.8",
"react/promise": "^2.9",
"spiral/attributes": "^2.8 || ^3.0",
"spiral/roadrunner-cli": "^2.2 || ^3.0",
"spiral/roadrunner-kv": "^2.1 || ^3.0 || ^4.0",
Expand Down

0 comments on commit f0fc05c

Please sign in to comment.