Skip to content

Commit

Permalink
Upgrade docker images (#331)
Browse files Browse the repository at this point in the history
* Add PHP 8.4

* update docker images for PHP 8.1-8.3
  • Loading branch information
realFlowControl authored Nov 26, 2024
1 parent 9489365 commit 853798d
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 33 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
vanilla:
strategy:
matrix:
version: ["8.1", "8.2", "8.3"]
version: ["8.1", "8.2", "8.3", "8.4"]
if: success() || failure()
runs-on: ubuntu-latest
needs: auth
Expand All @@ -37,7 +37,7 @@ jobs:
opcache:
strategy:
matrix:
version: ["8.1", "8.2", "8.3"]
version: ["8.1", "8.2", "8.3", "8.4"]
if: success() || failure()
runs-on: ubuntu-latest
needs: auth
Expand All @@ -50,7 +50,7 @@ jobs:
jit:
strategy:
matrix:
version: ["8.1", "8.2", "8.3"]
version: ["8.1", "8.2", "8.3", "8.4"]
if: success() || failure()
runs-on: ubuntu-latest
needs: auth
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,19 @@ jobs:
rc: ''
- major: 8
minor: 1
patch: 28
patch: 31
rc: ''
- major: 8
minor: 2
patch: 19
patch: 26
rc: ''
- major: 8
minor: 3
patch: 9
patch: 14
rc: ''
- major: 8
minor: 4
patch: 1
rc: ''
src:
- dist
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
vanilla:
strategy:
matrix:
version: ["8.0", "8.1", "8.2", "8.3"]
version: ["8.0", "8.1", "8.2", "8.3", "8.4"]
build: ["gcov", "release"]
if: success() || failure()
runs-on: ubuntu-latest
Expand All @@ -48,7 +48,7 @@ jobs:
opcache:
strategy:
matrix:
version: ["8.0", "8.1", "8.2", "8.3"]
version: ["8.0", "8.1", "8.2", "8.3", "8.4"]
build: ["gcov", "release"]
if: success() || failure()
runs-on: ubuntu-latest
Expand All @@ -70,7 +70,7 @@ jobs:
jit:
strategy:
matrix:
version: ["8.0", "8.1", "8.2", "8.3"]
version: ["8.0", "8.1", "8.2", "8.3", "8.4"]
build: ["gcov", "release"]
if: success() || failure()
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 853798d

Please sign in to comment.