Skip to content

Commit

Permalink
Add php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 23, 2024
1 parent 24dbcfb commit 97e6206
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] |||
Expand Down

0 comments on commit 97e6206

Please sign in to comment.