Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fschmtt committed Jun 13, 2024
1 parent 1b3c107 commit 0c842af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
keycloak: [17.0.0, 18.0.0, 19.0.0, 20.0.0, 21.0.0, 22.0.0, 22.0.5, 23.0.0, 24.0.0, 25.0.0]
keycloak: [ 17.0.0, 18.0.0, 19.0.0, 20.0.0, 21.0.0, 22.0.0, 22.0.5, 23.0.0, 24.0.0, 25.0.0 ]
php: [ 8.1 ]

env:
Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Wait for Keycloak
uses: iFaxity/wait-on-action@v1
with:
resource: ${{ env.KEYCLOAK_BASE_URL }}
httpTimeout: 30000
resource: http-get://localhost:8080
timeout: 30000

- name: Wait some more for Keycloak 24.0.0 zZz
if: ${{ matrix.keycloak == '24.0.0' }}
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
php:
image: php:8.2-cli
Expand All @@ -8,7 +6,7 @@ services:
working_dir: /app

keycloak:
image: quay.io/keycloak/keycloak:25.0.0
image: quay.io/keycloak/keycloak:24.0.0
command: start-dev
environment:
KEYCLOAK_ADMIN: admin
Expand Down

0 comments on commit 0c842af

Please sign in to comment.