Skip to content

Commit 10636d9

Browse files
VincentLangletondrejmirtes
authored andcommitted
Remove 8.3.99
1 parent 95eff30 commit 10636d9

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
- name: "Validate Composer"
4444
run: "composer validate"
4545

46-
- name: "Allow installing on PHP 8.4"
47-
if: matrix.php-version == '8.4'
48-
run: "composer config platform.php 8.3.99"
49-
5046
- name: "Install dependencies"
5147
run: "composer install --no-interaction --no-progress"
5248

@@ -131,10 +127,6 @@ jobs:
131127
ini-file: development
132128
extensions: "mongodb"
133129

134-
- name: "Allow installing on PHP 8.4"
135-
if: matrix.php-version == '8.4'
136-
run: "composer config platform.php 8.3.99"
137-
138130
- name: "Install lowest dependencies"
139131
if: ${{ matrix.dependencies == 'lowest' }}
140132
run: "composer update --prefer-lowest --no-interaction --no-progress"
@@ -178,10 +170,6 @@ jobs:
178170
php-version: "${{ matrix.php-version }}"
179171
php-extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb
180172

181-
- name: "Allow installing on PHP 8.4"
182-
if: matrix.php-version == '8.4'
183-
run: "composer config platform.php 8.3.99"
184-
185173
- name: "Install dependencies"
186174
run: "composer install --no-interaction --no-progress"
187175

@@ -248,10 +236,6 @@ jobs:
248236
extensions: "mongodb"
249237
ini-file: development
250238

251-
- name: "Allow installing on PHP 8.4"
252-
if: matrix.php-version == '8.4'
253-
run: "composer config platform.php 8.3.99"
254-
255239
- name: "Install dependencies"
256240
run: "composer update --no-interaction --no-progress"
257241

.github/workflows/platform-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ jobs:
5050
ini-file: development
5151
extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb
5252

53-
- name: "Allow installing on PHP 8.4"
54-
if: matrix.php-version == '8.4'
55-
run: "composer config platform.php 8.3.99"
56-
5753
- name: "Install dependencies"
5854
run: "composer install --no-interaction --no-progress"
5955

0 commit comments

Comments
 (0)