Skip to content

Commit 6bf8cd9

Browse files
committed
chore: drop PHP 7.4 in workflows
1 parent a816e0f commit 6bf8cd9

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.github/workflows/test-coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
php-version:
31-
- '7.4'
3231
- '8.0'
32+
- '8.1'
3333

3434
steps:
3535
- name: Checkout

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
strategy:
5656
matrix:
5757
php-version:
58-
- '7.4'
5958
- '8.0'
6059
- '8.1'
6160
- '8.2'
@@ -85,7 +84,6 @@ jobs:
8584
fail-fast: false
8685
matrix:
8786
php-version:
88-
- '7.4'
8987
- '8.0'
9088
- '8.1'
9189
- '8.2'
@@ -99,7 +97,7 @@ jobs:
9997
mysql-version:
10098
- '5.7'
10199
include:
102-
- php-version: '7.4'
100+
- php-version: '8.0'
103101
db-platform: MySQLi
104102
mysql-version: '8.0'
105103
- php-version: '8.3'
@@ -127,7 +125,6 @@ jobs:
127125
strategy:
128126
matrix:
129127
php-version:
130-
- '7.4'
131128
- '8.0'
132129
- '8.1'
133130
- '8.2'
@@ -156,7 +153,6 @@ jobs:
156153
strategy:
157154
matrix:
158155
php-version:
159-
- '7.4'
160156
- '8.0'
161157
- '8.1'
162158
- '8.2'

.github/workflows/test-rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
php-versions: ['7.4', '8.0']
48+
php-versions: ['8.0', '8.1']
4949
paths:
5050
- app
5151
- system

admin/starter/.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PHPUnit
22

33
on:
44
pull_request:
5-
branches:
5+
branches:
66
- develop
77

88
jobs:
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php-versions: ['7.4', '8.0']
14+
php-versions: ['8.0', '8.1']
1515

1616
runs-on: ubuntu-latest
1717

0 commit comments

Comments
 (0)