Skip to content

Commit

Permalink
chore: bump php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arnapou committed Nov 25, 2023
1 parent af37c91 commit 78dfb44
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 495 deletions.
10 changes: 6 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stages:
- quality

.generic: &generic
image: 'registry.gitlab.com/arnapou/docker/php:8.2-dev'
image: 'registry.gitlab.com/arnapou/docker/php:8.3-dev'
stage: quality
only:
- master
Expand All @@ -14,17 +14,19 @@ stages:
paths:
- vendor

test:php-8.2:
test:
<<: *generic
script:
- vendor/bin/phpunit

cs:php-8.2:
cs:
<<: *generic
variables:
PHP_CS_FIXER_IGNORE_ENV: 1
script:
- vendor/bin/php-cs-fixer fix --using-cache=no --dry-run

sa:php-8.2:
sa:
<<: *generic
script:
- vendor/bin/phpstan
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~8.2.0"
"php": "~8.3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
Expand Down
Loading

0 comments on commit 78dfb44

Please sign in to comment.