Skip to content

Commit

Permalink
Merge branch '3-upgrade-pipeline' into 'master'
Browse files Browse the repository at this point in the history
Resolve "upgrade pipeline"

Closes #3

See merge request composer/hashed-search!8
  • Loading branch information
craigAtCD committed Apr 1, 2024
2 parents f9723c0 + 62abc47 commit d353df7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
include:
- project: "custom-d/devops-platform/ci-templates/php"
file: "composer-package.gitlab-ci.yml"
ref: release/2.x

variables:
PHP_COVERAGE_ENABLED: "false"
PHP_STAN_ENABLED: "false"
RECTOR_CODE_REVIEW: "false"
TEST_PHP_8_3: "true"
TEST_PHP_8_2: "true"
TEST_PHP_8_1: "true"
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-intl": "*",
"illuminate/support": "^8.0|^9.0|^9.0|^10.0"
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.0|^10.0"
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d353df7

Please sign in to comment.