Skip to content

Commit

Permalink
test h2push better
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Sep 23, 2024
1 parent a4d5f47 commit fe519a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/[email protected]
with:
php-version: 7.4
php-version: 8.2
tools: flex

- name: Checkout code
Expand All @@ -122,7 +122,7 @@ jobs:
- name: Run tests
run: |
docker run --rm --net buzz-bridge -v "$PWD":/usr/src/myapp -w /usr/src/myapp -e BUZZ_TEST_SERVER=http://test-server/index.php php:7.4-cli php vendor/bin/phpunit
docker run --rm --net buzz-bridge -v "$PWD":/usr/src/myapp -w /usr/src/myapp -e BUZZ_TEST_SERVER=http://test-server/index.php php:8.2-cli php vendor/bin/phpunit
lowest:
name: Lowest deps
Expand Down

0 comments on commit fe519a0

Please sign in to comment.