Skip to content

Commit

Permalink
Docker compose version test.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Jun 20, 2024
1 parent 24232c9 commit b8af7a4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.3.ci .env
- run: make test
Expand All @@ -18,7 +18,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.2.ci .env
- run: make test PHP_VERSION=8.2
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.1.ci .env
- run: make test PHP_VERSION=8.1
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.0.ci .env
- run: make test PHP_VERSION=8.0
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.3-dynamic.ci .env
- run: make test
Expand All @@ -63,7 +63,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.2-dynamic.ci .env
- run: make test PHP_VERSION=8.2
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.1-dynamic.ci .env
- run: make test PHP_VERSION=8.1
Expand All @@ -85,7 +85,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.0-dynamic.ci .env
- run: make test PHP_VERSION=8.0
Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.3-shared.ci .env
- run: make test
Expand All @@ -108,7 +108,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.2-shared.ci .env
- run: make test PHP_VERSION=8.2
Expand All @@ -119,7 +119,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.1-shared.ci .env
- run: make test PHP_VERSION=8.1
Expand All @@ -130,7 +130,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.25.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.0-shared.ci .env
- run: make test PHP_VERSION=8.0

0 comments on commit b8af7a4

Please sign in to comment.