Skip to content

Commit c8e7432

Browse files
committed
update php in actions
1 parent 916ef49 commit c8e7432

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22-
- "7.4"
22+
- "8.0"
2323
operating-system:
2424
- "ubuntu-latest"
2525

Diff for: .github/workflows/mutation-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22-
- "7.4"
22+
- "8.0"
2323
operating-system:
2424
- "ubuntu-latest"
2525

Diff for: .github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22-
- "7.4"
22+
- "8.0"
2323
operating-system:
2424
- "ubuntu-latest"
2525

Diff for: .github/workflows/psalm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22-
- "7.4"
22+
- "8.0"
2323
operating-system:
2424
- "ubuntu-latest"
2525

0 commit comments

Comments
 (0)