Skip to content

Commit

Permalink
Update rector to Rector 0.19 (#232)
Browse files Browse the repository at this point in the history
* Update rector to Rector 0.19

* Add PHP 8.3 to CI
  • Loading branch information
alexander-schranz authored Jan 9, 2024
1 parent 8dab032 commit 1bf9e99
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,23 @@ jobs:
SULU_ADMIN_EMAIL:
DATABASE_URL: "mysql://root:@127.0.0.1:3306/sulu_test?serverVersion=8.0"

- php-version: '8.3'
node-version: '16'
npm-version: '6'
mysql-version: '8.0'
create-project: true
create-database: true
checkout-directory: 'project'
working-directory: 'create-project-test'
php-extensions: 'ctype, iconv, mysql, gd'
tools: 'composer:v2'
env:
APP_ENV: test
APP_SECRET: a448d1dfcaa563fce56c2fd9981f662b
MAILER_URL: null://localhost
SULU_ADMIN_EMAIL:
DATABASE_URL: "mysql://root:@127.0.0.1:3306/sulu_test?serverVersion=8.0"

services:
mysql:
image: mysql:${{ matrix.mysql-version }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"phpstan/phpstan-symfony": "^1.3",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.6",
"rector/rector": "^0.18.3",
"sulu/sulu-rector": "^0.1.6",
"rector/rector": "^0.19.0",
"sulu/sulu-rector": "^0.1.8",
"symfony/browser-kit": "^6.3",
"symfony/css-selector": "^6.3",
"symfony/debug-bundle": "^6.3",
Expand Down

0 comments on commit 1bf9e99

Please sign in to comment.