Skip to content

Commit

Permalink
adding php 8.3 dev image (#113)
Browse files Browse the repository at this point in the history
adds 8.3 local builds, and also github build of our debug/dev image
  • Loading branch information
brettmc committed Nov 29, 2023
1 parent e0927d4 commit d4f7249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-php-debug-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.0', '8.1', '8.2', '8.3']
os: ['debian', 'alpine']
runs-on: ubuntu-latest
permissions:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: docker
dockerfile: Dockerfile.debian
args:
PHP_VERSION: ${PHP_VERSION:-8.2.8}
PHP_VERSION: ${PHP_VERSION:-8.3.0}
volumes:
- ./ext:/usr/src/myapp
environment:
Expand All @@ -15,7 +15,7 @@ services:
context: docker
dockerfile: Dockerfile.alpine
args:
PHP_VERSION: ${PHP_VERSION:-8.2.8}
PHP_VERSION: ${PHP_VERSION:-8.3.0}
volumes:
- ./ext:/usr/src/myapp
environment:
Expand Down

0 comments on commit d4f7249

Please sign in to comment.