Skip to content

Commit

Permalink
Allow PHP 8.4 and add it to the test config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvbeek committed Nov 19, 2024
1 parent a3c91d1 commit 23885e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ test:
- 81
- 82
- 83
- 84
image: registry.gitlab.com/tjvb/phpimages:php$PHP
<<: *set_exclude_group
script:
Expand Down Expand Up @@ -158,4 +159,4 @@ combine_docs:
dependencies:
- test_lowest
needs:
- test_lowest
- test_lowest
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"require-dev": {
"fakerphp/faker": "^1.15",
Expand Down

0 comments on commit 23885e6

Please sign in to comment.