Skip to content

Commit efbc8a9

Browse files
committed
remove deprecated test script
1 parent b42b910 commit efbc8a9

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed
File renamed without changes.

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
uses: actions/checkout@v4
6464
with:
6565
fetch-depth: 0
66+
- name: Set up database
67+
run: ./.github/setup-db.sh "${{ matrix.database }}"
6668
- name: Travel to past
6769
# is there a way to programatically get "the most recent
6870
# tagged minor version of the previous major version"?
@@ -77,8 +79,6 @@ jobs:
7779
uses: shivammathur/setup-php@v2
7880
with:
7981
php-version: ${{ matrix.php }}
80-
- name: Set up database
81-
run: ./tests/setup-db.sh "${{ matrix.database }}"
8282
- name: Install PHP dependencies
8383
run: composer install --no-progress
8484
- name: Install old version
@@ -128,7 +128,7 @@ jobs:
128128
extensions: mbstring
129129
ini-file: development
130130
- name: Set up database
131-
run: ./tests/setup-db.sh "${{ matrix.database }}"
131+
run: ./.github/setup-db.sh "${{ matrix.database }}"
132132
- name: Check versions
133133
run: php -v && composer -V
134134
- name: Validate composer.json and composer.lock

tests/test-deep.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)