Skip to content

Commit 0541496

Browse files
jackbaylissziadoz
andauthored
8.2 support -> 8.4 (#298)
* Replace PHP 8.2 support with 8.4 * further updates * no need for other php versions * bump php * fix composer --------- Co-authored-by: Jamie <ziadoz@gmail.com>
1 parent 266601b commit 0541496

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version:
18-
- '8.2'
19-
- '8.3'
18+
- '8.4'
2019
steps:
2120
- uses: actions/checkout@v4
2221

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"xml"
1111
],
1212
"require": {
13-
"php": ">=8.2",
14-
"ext-SimpleXML": "^8.2",
15-
"ext-json": "^8.2",
16-
"ext-libxml": "^8.2",
17-
"ext-xmlreader": "^8.2",
18-
"ext-xmlwriter": "^8.2"
13+
"php": ">=8.4",
14+
"ext-SimpleXML": "^8.4",
15+
"ext-json": "^8.4",
16+
"ext-libxml": "^8.4",
17+
"ext-xmlreader": "^8.4",
18+
"ext-xmlwriter": "^8.4"
1919
},
2020
"require-dev": {
2121
"ergebnis/composer-normalize": "^2.42",

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/php-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2.8-cli-alpine
1+
FROM php:8.4.6-cli-alpine
22

33
RUN apk add --update --no-cache git openssh zip unzip p7zip
44
RUN cp "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"

0 commit comments

Comments
 (0)