Skip to content

Commit 0539869

Browse files
authored
Use ubuntu-22.04 for PHP tests flow for now (#3511)
* Use ubuntu-22.04 for PHP tests workflow * Use ubuntu-22.04 for PHP compatibility tests workflow
1 parent 3044f8c commit 0539869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
beta-compatibility:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
strategy:
1010
fail-fast: false
1111
matrix:

.github/workflows/php-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
test:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
strategy:
1010
fail-fast: false
1111
max-parallel: 10

0 commit comments

Comments
 (0)