Skip to content

Commit f72777a

Browse files
committed
Update php version to run psalm with the same version as eligible for Mac M1
1 parent 4067749 commit f72777a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ on:
1919
jobs:
2020
phpcs:
2121
name: "phpcs"
22-
runs-on: "ubuntu-20.04"
22+
runs-on: "ubuntu-22.04"
2323

2424
strategy:
2525
matrix:
2626
php-version:
27-
- "7.4"
27+
- "8.1"
2828
driver-version:
2929
- "mongodb/mongo-php-driver@master"
3030

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ on:
1919
jobs:
2020
psalm:
2121
name: "Psalm"
22-
runs-on: "ubuntu-20.04"
22+
runs-on: "ubuntu-22.04"
2323

2424
strategy:
2525
matrix:
2626
php-version:
27-
- "7.4"
27+
- "8.1"
2828
driver-version:
2929
- "mongodb/mongo-php-driver@master"
3030

0 commit comments

Comments
 (0)