File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,12 @@ concurrency:
1313jobs :
1414 tests :
1515 runs-on : ubuntu-latest
16- strategy :
17- max-parallel : 1
18- matrix :
19- php : ["8.1.31", "8.3.17"]
2016 name : " Running on all provided Aura instances"
2117 steps :
2218 - uses : actions/checkout@v4
2319 - name : Run tests
2420 run : |
25- echo "PHP_VERSION=${{ matrix.php }} " > .env
21+ echo "PHP_VERSION=8.1.31 " > .env
2622 echo "CONNECTION=\"${{ secrets.AURA_PRO }}\"" >> .env
2723
2824 docker compose run --rm --no-deps \
Original file line number Diff line number Diff line change @@ -17,14 +17,5 @@ RUN apt-get update \
1717
1818WORKDIR /opt/project
1919
20- COPY composer.json ./
21-
22- RUN composer install
23-
24- COPY phpunit.xml.dist phpunit.coverage.xml.dist psalm.xml .php-cs-fixer.dist.php LICENSE README.md ./
25- COPY src/ src/
26- COPY tests/ tests/
27- COPY .git/ .git/
28-
2920
3021
You can’t perform that action at this time.
0 commit comments