We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6add25a commit a374fa8Copy full SHA for a374fa8
.github/workflows/integration-test-aura.yml
@@ -16,8 +16,6 @@ jobs:
16
name: "Running on all provided Aura instances"
17
strategy:
18
fail-fast: false
19
- matrix:
20
- php-version: ["8.0", "8.2"]
21
22
steps:
23
- uses: actions/checkout@v2
@@ -29,12 +27,12 @@ jobs:
29
27
- uses: php-actions/composer@v6
30
28
with:
31
progress: yes
32
- php_version: ${{ matrix.php-version }}
+ php_version: 8.0
33
version: 2
34
- uses: php-actions/phpunit@v3
35
36
configuration: phpunit.xml.dist
37
38
memory_limit: 1024M
39
version: 9
40
testsuite: Integration
0 commit comments