Skip to content

Commit 834c61b

Browse files
committed
Set action for PHP from 7.4 to 8.1
1 parent bacf12a commit 834c61b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.github/workflows/coding-standards.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "2.x.x"
9+
- "1.x.x"
1010

1111
jobs:
1212
coding-standards:
@@ -19,6 +19,8 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22+
- "7.4"
23+
- "8.0"
2224
- "8.1"
2325
operating-system:
2426
- "ubuntu-latest"

.github/workflows/mutation-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "2.x.x"
9+
- "1.x.x"
1010

1111
jobs:
1212
mutation-tests:
@@ -19,6 +19,8 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22+
- "7.4"
23+
- "8.0"
2224
- "8.1"
2325
operating-system:
2426
- "ubuntu-latest"

.github/workflows/phpunit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "2.x.x"
9+
- "1.x.x"
1010

1111
jobs:
1212
phpunit:
@@ -19,6 +19,8 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22+
- "7.4"
23+
- "8.0"
2224
- "8.1"
2325
operating-system:
2426
- "ubuntu-latest"

.github/workflows/psalm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "2.x.x"
9+
- "1.x.x"
1010

1111
jobs:
1212
static-analysis-psalm:
@@ -19,6 +19,8 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22+
- "7.4"
23+
- "8.0"
2224
- "8.1"
2325
operating-system:
2426
- "ubuntu-latest"

0 commit comments

Comments
 (0)