Skip to content

Commit

Permalink
47 - update php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
teiling88 committed Feb 15, 2024
1 parent 5b9e6e4 commit 25de59c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
php: ['8.0', '8.1']
php: ['8.1', '8.2', '8.3']
runs-on: ubuntu-latest

steps:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ services:
container_name: fastbill_sdk
image: dockware/flex:latest
ports:
- "22:22" # ssh
- "80:80" # apache2
- "2222:22" # ssh
- "8088:80" # apache2
volumes:
- "sdk_volume:/var/www/html"
networks:
- sdk-web
environment:
- XDEBUG_ENABLED=1
- FILEBEAT_ENABLED=0
- PHP_VERSION=8.0
- PHP_VERSION=8.2


## ***********************************************************************
Expand Down

0 comments on commit 25de59c

Please sign in to comment.