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 b5e7425 commit 9223e08
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 @@ -49,7 +49,6 @@ WORDPRESS_TAG=6-4.73.0

PHP_TAG=8.2-dev-4.48.7
#PHP_TAG=8.1-dev-4.48.7
#PHP_TAG=8.0-dev-4.48.7

# 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 @@ -20,7 +20,7 @@ The WordPress stack consist of the following containers:
| [Nginx] | 1.25, 1.24 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [WordPress] | 6 | [wodby/wordpress] |||
| [PHP] | 8.2, 8.1, 8.0 | [wodby/wordpress-php] || |
| [PHP] | 8.2, 8.1 | [wodby/wordpress-php] || |
| Crond | | [wodby/wordpress-php] |||
| [MariaDB] | 11, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] |||
| [Redis] | 7, 6 | [wodby/redis] || |
Expand Down

0 comments on commit 9223e08

Please sign in to comment.