Skip to content

Commit

Permalink
Merge branch 'add_php83_support' into 'master'
Browse files Browse the repository at this point in the history
Add PHP 8.3 support.

See merge request tjvb/githash!8
  • Loading branch information
tvbeek committed Oct 29, 2023
2 parents 2f81c4b + 5979063 commit fa7b0cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ test:
- 80
- 81
- 82
- 83
image: registry.gitlab.com/tjvb/phpimages:php$PHP
<<: *set_exclude_group
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Latest Stable Version](https://poser.pugx.org/tjvb/githash/v)](https://packagist.org/packages/tjvb/githash)
[![Pipeline status](https://gitlab.com/tjvb/githash/badges/master/pipeline.svg)](https://gitlab.com/tjvb/githash/-/pipelines?page=1&scope=all&ref=master)
[![Coverage report](https://gitlab.com/tjvb/githash/badges/master/coverage.svg)](https://gitlab.com/tjvb/githash/-/pipelines?page=1&scope=all&ref=master)
[![Tested on PHP 8.0 to 8.2](https://img.shields.io/badge/Tested%20on-PHP%208.0%20|%208.1%20|%208.2-brightgreen.svg?maxAge=2419200)](https://gitlab.com/tjvb/githash/-/pipelines?page=1&scope=all&ref=master)
[![Tested on PHP 8.0 to 8.2](https://img.shields.io/badge/Tested%20on-PHP%208.0%20|%208.1%20|%208.2%20|%208.3-brightgreen.svg?maxAge=2419200)](https://gitlab.com/tjvb/githash/-/pipelines?page=1&scope=all&ref=master)
[![Latest Unstable Version](https://poser.pugx.org/tjvb/githash/v/unstable)](https://packagist.org/packages/tjvb/githash)


Expand Down
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"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"fakerphp/faker": "^1.15",
Expand Down

0 comments on commit fa7b0cf

Please sign in to comment.