Skip to content

Commit

Permalink
Update to robo 5.1 and php 8.2 (#93)
Browse files Browse the repository at this point in the history
* Initial update to robo 5

* Sign drone
  • Loading branch information
HLeithner authored Nov 10, 2024
1 parent 65dd0c4 commit 5796003
Show file tree
Hide file tree
Showing 3 changed files with 1,576 additions and 947 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ clone:

steps:
- name: composer
image: joomlaprojects/docker-images:php8.0
image: joomlaprojects/docker-images:php8.2
volumes:
- name: composer-cache
path: /tmp/composer-cache
commands:
- composer install --no-progress --no-suggest

- name: phpcs
image: joomlaprojects/docker-images:php8.0
image: joomlaprojects/docker-images:php8.2
commands:
- echo $(date)
- ./vendor/bin/php-cs-fixer fix -vvv --dry-run --diff
Expand All @@ -33,16 +33,16 @@ steps:
- cp test-weblinks/jorobo.dist.ini jorobo.ini

- name: weblinks-composer
image: joomlaprojects/docker-images:php8.0
image: joomlaprojects/docker-images:php8.2
volumes:
- name: composer-cache
path: /tmp/composer-cache
commands:
- cd test-weblinks
- composer install --no-progress --no-suggest

- name: test-jorobo-php80
image: joomlaprojects/docker-images:php8.0
- name: test-jorobo-php
image: joomlaprojects/docker-images:php8.2
commands:
- ./vendor/bin/phpunit tests

Expand All @@ -53,6 +53,6 @@ volumes:

---
kind: signature
hmac: 5215fc5c66f8766b00848e80536c7be5a55bf83f62435776964cc80f042a530c
hmac: c4eb5e2922aaaf29bc3129689891231b50d752d9c668be70904a036f2174b4ae

...
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"config": {
"platform": {
"php": "8.0.2"
"php": "8.2"
}
},
"autoload": {
Expand All @@ -42,16 +42,16 @@
},

"require" : {
"php": "~8",
"php": "~8.2",
"ext-simplexml": "*",
"consolidation/robo": "^4.0.6",
"consolidation/robo": "^5.1.0",
"joomla/github": "~2|~3"
},
"require-dev": {
"squizlabs/php_codesniffer": "~3.10.0",
"squizlabs/php_codesniffer": "~3.10.3",
"friendsofphp/php-cs-fixer": "^3.9.5",
"phan/phan": "^5.4.5",
"phpunit/phpunit": "^8.5.40",
"phpunit/phpunit": "^11.4.3",
"phpstan/phpstan": "^1.12.8",
"phpstan/phpstan-deprecation-rules": "^1.2.1"
}
Expand Down
Loading

0 comments on commit 5796003

Please sign in to comment.