Skip to content

Commit 40588f2

Browse files
committed
Drop php 8.1
1 parent 20d7dda commit 40588f2

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.env

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ PHP_TAG=8.5-dev-4.67.0
2222
#PHP_TAG=8.4-dev-4.67.0
2323
#PHP_TAG=8.3-dev-4.67.0
2424
#PHP_TAG=8.2-dev-4.67.0
25-
#PHP_TAG=8.1-dev-4.67.0
2625

2726
# macOS (uid 501 gid 20)
2827

2928
#PHP_TAG=8.5-dev-macos-4.67.0
3029
#PHP_TAG=8.4-dev-macos-4.67.0
3130
#PHP_TAG=8.3-dev-macos-4.67.0
3231
#PHP_TAG=8.2-dev-macos-4.67.0
33-
#PHP_TAG=8.1-dev-macos-4.67.0
3432

3533
### --- NGINX ----
3634

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
php_ver: [ '8.5','8.4','8.3','8.2','8.1' ]
17+
php_ver: [ '8.5','8.4','8.3','8.2' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The PHP stack consists of the following containers:
2020
|-----------------------|-------------------------|-------------------------------------------|---------------|--------------------|
2121
| [Nginx] | 1.29, 1.28 | [wodby/nginx] |||
2222
| [Apache] | 2.4 | [wodby/apache] || |
23-
| [PHP] | 8.5, 8.4, 8.3, 8.2, 8.1 | [wodby/php] |||
23+
| [PHP] | 8.5, 8.4, 8.3, 8.2 | [wodby/php] |||
2424
| Crond | | [wodby/php] || |
2525
| [MariaDB] | 11.8, 11.4, 10.11, 10.6 | [wodby/mariadb] |||
2626
| [PostgreSQL] | 18, 17, 16, 15, 14 | [wodby/postgres] || |

0 commit comments

Comments
 (0)