Skip to content

Commit

Permalink
[TASK] Run tests with PHP 8.3 and 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Jan 10, 2025
1 parent 830ce7e commit fe98053
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
- TYPO3: '13.4'
php: '8.2'
phpunit: '11'
- TYPO3: '13.4'
php: '8.3'
phpunit: '11'
- TYPO3: '13.4'
php: '8.4'
phpunit: '11'
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
18 changes: 9 additions & 9 deletions Build/testing-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
composer_install:
image: typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
image: ghcr.io/typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
user: ${HOST_UID}
volumes:
- ${ROOT_DIR}:${ROOT_DIR}
Expand All @@ -14,7 +14,7 @@ services:
"
composer_validate:
image: typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
image: ghcr.io/typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
user: ${HOST_UID}
volumes:
- ${ROOT_DIR}:${ROOT_DIR}
Expand All @@ -28,7 +28,7 @@ services:
"
lint:
image: typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
image: ghcr.io/typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
user: ${HOST_UID}
volumes:
- ${ROOT_DIR}:${ROOT_DIR}
Expand All @@ -43,7 +43,7 @@ services:
"
cgl:
image: typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
image: ghcr.io/typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
user: "${HOST_UID}"
volumes:
- ${ROOT_DIR}:${ROOT_DIR}
Expand All @@ -58,7 +58,7 @@ services:
"
cgl_header:
image: typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
image: ghcr.io/typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
user: "${HOST_UID}"
volumes:
- ${ROOT_DIR}:${ROOT_DIR}
Expand All @@ -73,7 +73,7 @@ services:
"
unit:
image: typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
image: ghcr.io/typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
user: ${HOST_UID}
volumes:
- ${ROOT_DIR}:${ROOT_DIR}
Expand All @@ -95,7 +95,7 @@ services:
"
unitDeprecated:
image: typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
image: ghcr.io/typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
user: "${HOST_UID}"
volumes:
- ${ROOT_DIR}:${ROOT_DIR}
Expand All @@ -119,7 +119,7 @@ services:
"
phpstan:
image: typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
image: ghcr.io/typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
user: "${HOST_UID}"
volumes:
- ${ROOT_DIR}:${ROOT_DIR}
Expand All @@ -135,7 +135,7 @@ services:
"
phpstan_generate_baseline:
image: typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
image: ghcr.io/typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
user: "${HOST_UID}"
volumes:
- ${ROOT_DIR}:${ROOT_DIR}
Expand Down

0 comments on commit fe98053

Please sign in to comment.