Skip to content

Commit 4a93947

Browse files
authored
Update main.yml
1 parent 324d6a3 commit 4a93947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1212
name: Tests (PHP ${{ matrix.php }}, Valgrind ${{ matrix.valgrind }}, Debug=${{ matrix.debug }}, ZTS=${{ matrix.zts }})
1313
strategy:
@@ -41,7 +41,7 @@ jobs:
4141
id: php-build-cache
4242
with:
4343
path: ${{ github.workspace }}/php
44-
key: php-${{ matrix.php }}-debug-${{ matrix.debug }}-valgrind-${{ matrix.valgrind }}-zts-${{ matrix.zts }}-generic
44+
key: php-${{ matrix.php }}-debug-${{ matrix.debug }}-valgrind-${{ matrix.valgrind }}-zts-${{ matrix.zts }}-ubuntu-22.04
4545

4646
- name: Install PHP build dependencies
4747
if: steps.php-build-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)