File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 APP_ENV : prod
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Composer install
2525 run : |
Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 2
2424
Original file line number Diff line number Diff line change 4141 strategy :
4242 fail-fast : false
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545
4646 - name : Create docker network
4747 run : |
5555 strategy :
5656 fail-fast : false
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959
6060 - name : Create docker network
6161 run : |
7070 strategy :
7171 fail-fast : false
7272 steps :
73- - uses : actions/checkout@v5
73+ - uses : actions/checkout@v6
7474
7575 - name : Create docker network
7676 run : |
Original file line number Diff line number Diff line change 3434 fail-fast : false
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838
3939 - name : Create docker network
4040 run : |
Original file line number Diff line number Diff line change 4848 name : PHP - Check Coding Standards
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v5
51+ - uses : actions/checkout@v6
5252
5353 - name : Create docker network
5454 run : |
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 name : Composer install
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515
1616 # https://taskfile.dev/installation/#github-actions
1717 - name : Install Task
3737 name : Test suite
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141
4242 - name : Install Task
4343 uses : go-task/setup-task@v1
7070 name : PHPStan
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v5
73+ - uses : actions/checkout@v6
7474
7575 - name : Install Task
7676 uses : go-task/setup-task@v1
9595 runs-on : ubuntu-latest
9696 name : Validate Doctrine Schema
9797 steps :
98- - uses : actions/checkout@v5
98+ - uses : actions/checkout@v6
9999
100100 - name : Install Task
101101 uses : go-task/setup-task@v1
Original file line number Diff line number Diff line change 4040 fail-fast : false
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444
4545 - name : Create docker network
4646 run : |
Original file line number Diff line number Diff line change 3131 yaml-lint :
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535
3636 - name : Create docker network
3737 run : |
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ See [keep a changelog] for information about writing changes to this log.
88
99## [ Unreleased]
1010
11- - Updated fixtures. Made event organizer required.
11+ ## [ 1.2.3] - 2026-03-29
12+
13+ - [ PR-68] ( https://github.com/itk-dev/event-database-imports/pull/68 ) Made event organizer required for organization users
1214
1315## [ 1.2.2] - 2025-10-07
1416
Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ framework:
3030 ' Liip\ImagineBundle\Message\WarmupCache ' : async
3131 ' Symfony\Component\Mailer\Messenger\SendEmailMessage ' : async
3232
33+ # Handle all messages synchronously in the dev environment for easier debugging.
34+ # when@dev:
35+ # framework:
36+ # messenger:
37+ # transports:
38+ # async: 'sync://'
39+
3340when@test :
3441 framework :
3542 messenger :
You can’t perform that action at this time.
0 commit comments