Skip to content

Commit 7db7b8f

Browse files
committed
chore: drop PHP 7.4 in workflows
1 parent d11b57d commit 7db7b8f

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'
@@ -80,7 +79,6 @@ jobs:
8079
fail-fast: false
8180
matrix:
8281
php-version:
83-
- '7.4'
8482
- '8.0'
8583
- '8.1'
8684
- '8.2'
@@ -93,7 +91,7 @@ jobs:
9391
mysql-version:
9492
- '5.7'
9593
include:
96-
- php-version: '7.4'
94+
- php-version: '8.0'
9795
db-platform: MySQLi
9896
mysql-version: '8.0'
9997

@@ -118,7 +116,6 @@ jobs:
118116
strategy:
119117
matrix:
120118
php-version:
121-
- '7.4'
122119
- '8.0'
123120
- '8.1'
124121
- '8.2'
@@ -142,7 +139,6 @@ jobs:
142139
strategy:
143140
matrix:
144141
php-version:
145-
- '7.4'
146142
- '8.0'
147143
- '8.1'
148144
- '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)