Skip to content

Commit

Permalink
drop support for PHP 8.0 in nightly images
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed May 11, 2024
1 parent 982e169 commit 2b6b986
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly_alpine_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.0", "8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3"]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly_dev_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.0", "8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3"]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.0", "8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3"]

steps:
-
Expand Down

0 comments on commit 2b6b986

Please sign in to comment.