Skip to content

Commit

Permalink
tec: Add support for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Jul 14, 2023
1 parent 4d3a7af commit 4eda049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-22.04]
php-versions: ['8.1']
php-versions: ['8.1', '8.2']

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-fpm
FROM php:8.2-fpm

ENV COMPOSER_HOME /tmp

Expand Down

0 comments on commit 4eda049

Please sign in to comment.