Skip to content

Commit

Permalink
Decrease test-cases - use php 8.2 only for testing purposes
Browse files Browse the repository at this point in the history
Include and use changed workflow to have more unitary tests executions
  • Loading branch information
vpodorozh committed Dec 8, 2023
1 parent 7691c47 commit 0239a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
call-workflow:
name: calling full integration test suite
uses: mage-os/github-actions/.github/workflows/full-integration-tests.yaml@main
uses: vpodorozh/github-actions/.github/workflows/full-integration-tests.yaml@integration-tests-workflow-improvement
secrets: inherit
with:
repository: ${{ github.repository }}
Expand Down
3 changes: 1 addition & 2 deletions supported-services.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"services": {
"php": [
8.1,
8.2
],
"composer": [
Expand All @@ -23,4 +22,4 @@
"varnish:7.1"
]
}
}
}

0 comments on commit 0239a1c

Please sign in to comment.