Skip to content

Commit

Permalink
chore: remove 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexostrovskyferratum committed Jan 28, 2024
1 parent 6da3e54 commit 869e84c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,16 @@ jobs:
name: Download docker image
uses: actions/download-artifact@v2
with:
name: php-avro-serde-7.4
name: php-avro-serde-8.1
-
name: Load docker image
run: |
docker load -i php-avro-serde-7.4.tgz
docker load -i php-avro-serde-8.1.tgz
-
name: Install vendors
run: |
docker run -i --rm --net=host --sig-proxy=true --pid=host \
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" php-avro-serde:7.4 \
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" php-avro-serde:8.1 \
composer update --no-interaction --no-scripts --no-ansi --prefer-stable
-
name: Run PHPUnit Integration
Expand All @@ -200,5 +200,5 @@ jobs:
chmod a+x bin/wait-for-all.sh bin/wait-for-it.sh
make platform
docker run -i --rm --net=host --sig-proxy=true --pid=host \
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" php-avro-serde:7.4 \
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" php-avro-serde:8.1 \
vendor/bin/phpunit --group integration

0 comments on commit 869e84c

Please sign in to comment.