diff --git a/.env b/.env index b2e3a9f..52cafef 100644 --- a/.env +++ b/.env @@ -20,12 +20,14 @@ DB_DRIVER=mysql # Linux (uid 1000 gid 1000) -PHP_TAG=8.3-dev-0.17.0 +PHP_TAG=8.4-dev-0.17.0 +#PHP_TAG=8.3-dev-0.17.0 #PHP_TAG=8.2-dev-0.17.0 #PHP_TAG=8.1-dev-0.17.0 # macOS (uid 501 gid 20) +#PHP_TAG=8.4-dev-macos-0.17.0 #PHP_TAG=8.3-dev-macos-0.17.0 #PHP_TAG=8.2-dev-macos-0.17.0 #PHP_TAG=8.1-dev-macos-0.17.0 diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6028cc1..8cc4e4f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,7 +14,7 @@ jobs: test: strategy: matrix: - php_ver: [ '8.3','8.2','8.1' ] + php_ver: [ '8.4','8.3','8.2','8.1' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index f0dcb9a..6fd6604 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The Laravel stack consist of the following containers: |-----------------|-------------------------|------------------------------------|---------------|--------------------| | [Nginx] | 1.27, 1.26 | [wodby/nginx] | ✓ | ✓ | | [Apache HTTPD] | 2.4 | [wodby/apache] | ✓ | | -| [PHP] | 8.3, 8.2, 8.1 | [wodby/laravel-php] | ✓ | ✓ | +| [PHP] | 8.4, 8.3, 8.2, 8.1 | [wodby/laravel-php] | ✓ | ✓ | | Queue | | [wodby/laravel-php] | ✓ | | | Crond | | [wodby/laravel-php] | ✓ | | | [MariaDB] | 11.4, 10.11, 10.6, 10.5 | [wodby/mariadb] | ✓ | ✓ |