Skip to content

Commit

Permalink
Test Oracle coverage on PHP 8.3 (#65)
Browse files Browse the repository at this point in the history
* Test Oracle coverage on PHP 8.3

* Test Oracle coverage on PHP 8.3
  • Loading branch information
staudenmeir authored Dec 15, 2024
1 parent f12ede7 commit 7c07d76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- php: 8.4
release: stable
coverage: true
- php: 8.3
database: oracle
release: stable
coverage: true

steps:
- name: Check out code
Expand Down
9 changes: 9 additions & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ services:
volumes:
- .:/var/www/html:delegated
- ~/.cache/composer/files:/root/.composer/cache/files
php8.3-xdebug:
image: ghcr.io/staudenmeir/php:8.3
working_dir: /var/www/html
networks:
- test
volumes:
- .:/var/www/html:delegated
- .docker/xdebug.ci.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
- ~/.cache/composer/files:/root/.composer/cache/files
php8.4:
image: ghcr.io/staudenmeir/php:8.4
working_dir: /var/www/html
Expand Down

0 comments on commit 7c07d76

Please sign in to comment.