Skip to content

Commit

Permalink
Build PHP 8.4 images
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Nov 28, 2024
1 parent e9714df commit 09f13f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/githubactions-glpi-apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- {glpi-branch: "10.0/bugfixes", glpi-version: "10.0.x", php-version: "8.3"}
- {glpi-branch: "main", glpi-version: "11.0.x", php-version: "8.2"}
- {glpi-branch: "main", glpi-version: "11.0.x", php-version: "8.3"}
- {glpi-branch: "main", glpi-version: "11.0.x", php-version: "8.4"}
steps:
- name: "Set variables"
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/githubactions-php-apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- {base-image: "php:8.1-apache-bullseye", php-version: "8.1"}
- {base-image: "php:8.2-apache-bullseye", php-version: "8.2"}
- {base-image: "php:8.3-apache-bullseye", php-version: "8.3"}
- {base-image: "php:8.4-apache-bullseye", php-version: "8.4"}
steps:
- name: "Set variables"
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/githubactions-php-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
steps:
- name: "Set variables"
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/githubactions-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- {base-image: "php:8.1-fpm-bullseye", php-version: "8.1"}
- {base-image: "php:8.2-fpm-bullseye", php-version: "8.2"}
- {base-image: "php:8.3-fpm-bullseye", php-version: "8.3"}
- {base-image: "php:8.4-fpm-bullseye", php-version: "8.4"}
steps:
- name: "Set variables"
run: |
Expand Down

0 comments on commit 09f13f2

Please sign in to comment.