Skip to content

Commit

Permalink
Drop php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 27, 2023
1 parent 1c30c9c commit 8d11781
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ DB_DRIVER=mysql

PHP_TAG=8.2-dev-4.40.8
#PHP_TAG=8.1-dev-4.34.0
#PHP_TAG=8.0-dev-4.40.8

# macOS (uid 501 gid 20)

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.2','8.1','8.0' ]
php_ver: [ '8.2','8.1' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
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 PHP stack consist of the following containers:
|-----------------|-----------------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.25, 1.24 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [PHP] | 8.2, 8.1, 8.0 | [wodby/php] |||
| [PHP] | 8.2, 8.1 | [wodby/php] |||
| Crond | | [wodby/php] || |
| [MariaDB] | 11, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] |||
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] || |
Expand Down

0 comments on commit 8d11781

Please sign in to comment.