Skip to content

Commit

Permalink
php 8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
johanwilfer committed Nov 30, 2024
1 parent 717ba51 commit d2349e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
stability: prefer-stable
- php: '8.3'
stability: prefer-stable
- php: '8.4-rc'
- php: '8.4'
stability: prefer-stable

name: PHP ${{ matrix.php }} - ${{ matrix.symfony-version }} - ${{ matrix.stability }}
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfile-siephp-php84
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.4-rc
FROM php:8.4
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer

RUN apt-get update && apt-get install -y git curl nano zip
Expand Down

0 comments on commit d2349e4

Please sign in to comment.