Skip to content

Commit d087bb5

Browse files
authored
Merge pull request #39 from Ilyes512/updates
Updates
2 parents f570d66 + 855d8e2 commit d087bb5

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
18+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -36,7 +36,7 @@ jobs:
3636
dockerfile: ${{ matrix.docker.dockerfile }}
3737

3838
merge:
39-
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
39+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12
4040
needs: build
4141
strategy:
4242
matrix:

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
17+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12
1818
strategy:
1919
fail-fast: false
2020
matrix:
@@ -35,7 +35,7 @@ jobs:
3535
dockerfile: ${{ matrix.docker.dockerfile }}
3636

3737
merge:
38-
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
38+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12
3939
needs: build
4040
strategy:
4141
matrix:

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
18+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -36,7 +36,7 @@ jobs:
3636
dockerfile: ${{ matrix.docker.dockerfile }}
3737

3838
merge:
39-
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
39+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12
4040
needs: build
4141
strategy:
4242
matrix:

apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Latest version of PHP base image: https://hub.docker.com/_/php/tags
2-
FROM php:8.4.16-apache-trixie AS runtime
2+
FROM php:8.4.17-apache-trixie AS runtime
33

44
ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55

@@ -12,7 +12,7 @@ ARG PHP_REDIS_VERSION=6.3.0
1212
# Latest version of memcached-extension: https://pecl.php.net/package/memcached
1313
ARG PHP_MEMCACHED_VERSION=3.4.0
1414
# Latest version of amqp-extension: https://pecl.php.net/package/amqp
15-
ARG PHP_AMQP_VERSION=2.1.2
15+
ARG PHP_AMQP_VERSION=2.2.0
1616

1717
ENV SMTPHOST=mail
1818
ENV SMTPEHLO=localhost
@@ -140,7 +140,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
140140
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
141141
ARG PHIVE_VERSION=0.16.0
142142
# Latest version of Composer: https://getcomposer.org/download
143-
ARG COMPOSER_VERSION=2.9.2
143+
ARG COMPOSER_VERSION=2.9.5
144144
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
145145
ARG XDEBUG_VERSION=3.5.0
146146
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov

fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Latest version of PHP base image: https://hub.docker.com/_/php/tags
2-
FROM php:8.4.16-fpm-trixie AS runtime
2+
FROM php:8.4.17-fpm-trixie AS runtime
33

44
ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55

@@ -12,7 +12,7 @@ ARG PHP_REDIS_VERSION=6.3.0
1212
# Latest version of memcached-extension: https://pecl.php.net/package/memcached
1313
ARG PHP_MEMCACHED_VERSION=3.4.0
1414
# Latest version of amqp-extension: https://pecl.php.net/package/amqp
15-
ARG PHP_AMQP_VERSION=2.1.2
15+
ARG PHP_AMQP_VERSION=2.2.0
1616

1717
ENV SMTPHOST=mail
1818
ENV SMTPEHLO=localhost
@@ -140,7 +140,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
140140
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
141141
ARG PHIVE_VERSION=0.16.0
142142
# Latest version of Composer: https://getcomposer.org/download
143-
ARG COMPOSER_VERSION=2.9.2
143+
ARG COMPOSER_VERSION=2.9.5
144144
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
145145
ARG XDEBUG_VERSION=3.5.0
146146
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov

0 commit comments

Comments
 (0)