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:
13
13
jobs :
14
14
tests :
15
15
runs-on : ubuntu-latest
16
- strategy :
17
- max-parallel : 1
18
- matrix :
19
- php : ["8.1.31", "8.3.17"]
20
16
name : " Running on all provided Aura instances"
21
17
steps :
22
18
- uses : actions/checkout@v4
23
19
- name : Run tests
24
20
run : |
25
- echo "PHP_VERSION=${{ matrix.php }} " > .env
21
+ echo "PHP_VERSION=8.1.31 " > .env
26
22
echo "CONNECTION=\"${{ secrets.AURA_PRO }}\"" >> .env
27
23
28
24
docker compose run --rm --no-deps \
Original file line number Diff line number Diff line change @@ -17,14 +17,5 @@ RUN apt-get update \
17
17
18
18
WORKDIR /opt/project
19
19
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
-
29
20
30
21
You can’t perform that action at this time.
0 commit comments