File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 63
63
uses : actions/checkout@v4
64
64
with :
65
65
fetch-depth : 0
66
+ - name : Set up database
67
+ run : ./.github/setup-db.sh "${{ matrix.database }}"
66
68
- name : Travel to past
67
69
# is there a way to programatically get "the most recent
68
70
# tagged minor version of the previous major version"?
77
79
uses : shivammathur/setup-php@v2
78
80
with :
79
81
php-version : ${{ matrix.php }}
80
- - name : Set up database
81
- run : ./tests/setup-db.sh "${{ matrix.database }}"
82
82
- name : Install PHP dependencies
83
83
run : composer install --no-progress
84
84
- name : Install old version
@@ -128,7 +128,7 @@ jobs:
128
128
extensions : mbstring
129
129
ini-file : development
130
130
- name : Set up database
131
- run : ./tests /setup-db.sh "${{ matrix.database }}"
131
+ run : ./.github /setup-db.sh "${{ matrix.database }}"
132
132
- name : Check versions
133
133
run : php -v && composer -V
134
134
- name : Validate composer.json and composer.lock
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments