Skip to content

Commit 202cb84

Browse files
committed
chore: drop PHP 7.4 in workflows
1 parent a13c231 commit 202cb84

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
@@ -25,8 +25,8 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
php-version:
28-
- '7.4'
2928
- '8.0'
29+
- '8.1'
3030

3131
steps:
3232
- name: Checkout

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
strategy:
5151
matrix:
5252
php-version:
53-
- '7.4'
5453
- '8.0'
5554
- '8.1'
5655
- '8.2'
@@ -79,7 +78,6 @@ jobs:
7978
fail-fast: false
8079
matrix:
8180
php-version:
82-
- '7.4'
8381
- '8.0'
8482
- '8.1'
8583
- '8.2'
@@ -92,7 +90,7 @@ jobs:
9290
mysql-version:
9391
- '5.7'
9492
include:
95-
- php-version: '7.4'
93+
- php-version: '8.0'
9694
db-platform: MySQLi
9795
mysql-version: '8.0'
9896
- php-version: '8.2'
@@ -120,7 +118,6 @@ jobs:
120118
strategy:
121119
matrix:
122120
php-version:
123-
- '7.4'
124121
- '8.0'
125122
- '8.1'
126123
- '8.2'
@@ -148,7 +145,6 @@ jobs:
148145
strategy:
149146
matrix:
150147
php-version:
151-
- '7.4'
152148
- '8.0'
153149
- '8.1'
154150
- '8.2'

.github/workflows/test-rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
php-versions: ['7.4', '8.0']
43+
php-versions: ['8.0', '8.1']
4444
paths:
4545
- app
4646
- 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)