Skip to content

Commit

Permalink
Merge pull request #293 from flavioheleno/chore/update-php80
Browse files Browse the repository at this point in the history
Update PHP 8.0.24 to 8.0.30
  • Loading branch information
realFlowControl committed Jun 6, 2024
2 parents 598dfaf + 13fad8e commit e2538e5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ services:
args: { <<: [*ubuntu, *php],
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 0,
PHP_VERSION_PATCH: 24,
PHP_VERSION_PATCH: 30,
}
},
container_name: php-dbg-8.0,
image: ghcr.io/krakjoe/php-dbg-8.0:8.0.24,
image: ghcr.io/krakjoe/php-dbg-8.0:8.0.30,
profiles: [php-8.0,dbg],
<<: [*dev, *parallel]
}
Expand All @@ -51,11 +51,11 @@ services:
PHP_SRC_GCOV: enable,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 0,
PHP_VERSION_PATCH: 24,
PHP_VERSION_PATCH: 30,
}
},
container_name: php-gcov-8.0,
image: ghcr.io/krakjoe/php-gcov-8.0:8.0.24,
image: ghcr.io/krakjoe/php-gcov-8.0:8.0.30,
profiles: [php-8.0,gcov],
<<: [*dev, *parallel]
}
Expand All @@ -66,11 +66,11 @@ services:
PHP_SRC_DEBUG: disable,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 0,
PHP_VERSION_PATCH: 24,
PHP_VERSION_PATCH: 30,
}
},
container_name: php-release-8.0,
image: ghcr.io/krakjoe/php-release-8.0:8.0.24,
image: ghcr.io/krakjoe/php-release-8.0:8.0.30,
profiles: [php-8.0,release],
<<: [*dev, *parallel]
}
Expand All @@ -83,7 +83,7 @@ services:
PHP_SRC_TYPE: dbg,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 0,
PHP_VERSION_PATCH: 24,
PHP_VERSION_PATCH: 30,
}
},
container_name: parallel-dbg-8.0,
Expand All @@ -99,7 +99,7 @@ services:
PHP_SRC_GCOV: enable,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 0,
PHP_VERSION_PATCH: 24,
PHP_VERSION_PATCH: 30,
}
},
container_name: parallel-gcov-8.0,
Expand All @@ -115,7 +115,7 @@ services:
PHP_SRC_DEBUG: disable,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 0,
PHP_VERSION_PATCH: 24,
PHP_VERSION_PATCH: 30,
}
},
container_name: parallel-release-8.0,
Expand Down

0 comments on commit e2538e5

Please sign in to comment.