Skip to content

Commit

Permalink
Merge pull request #432 from ergebnis/fix/version
Browse files Browse the repository at this point in the history
Fix: Run appropriate tests with `phpunit/phpunit:11.0.x-dev`
  • Loading branch information
localheinz authored Dec 20, 2023
2 parents 33c9e8a + 43f7a7b commit b0ebfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -581,4 +581,4 @@ jobs:

- name: "Run end-to-end tests with phpunit/phpunit:11.0.x-dev"
if: "matrix.phpunit-version == '11.0.x-dev'"
run: "vendor/bin/phpunit --colors=always --configuration=test/EndToEnd/Version10/phpunit.xml"
run: "vendor/bin/phpunit --colors=always --configuration=test/EndToEnd/Version11/phpunit.xml"

0 comments on commit b0ebfca

Please sign in to comment.