Skip to content

Commit

Permalink
spelling is hard.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Apr 12, 2024
1 parent 9b71c53 commit 093dfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
include:
- php-version: '8.1'
phpunit-version: '^10.5'
paratest-version: '^7'
paratest-version: '^6'
- php-version: '8.2'
phpunit-version: '^11.1'
paratest-version: '^7'
Expand All @@ -60,7 +60,7 @@ jobs:
- name: 'Set Composer Dep Versions'
run: |
tmpf="$(mktemp)"
jq -rcM '."require-dev"."phpunit/phpunit" = "${{ matrix.phpunit-version }}" | ."require-dev"."branium/paratest" = "${{ matrix.paratest-version }}"' composer.json > "${tmpf}"
jq -rcM '."require-dev"."phpunit/phpunit" = "${{ matrix.phpunit-version }}" | ."require-dev"."brianium/paratest" = "${{ matrix.paratest-version }}"' composer.json > "${tmpf}"
mv "${tmpf}" composer.json
- name: 'Get Composer Cache Directory'
Expand Down

0 comments on commit 093dfd3

Please sign in to comment.