Skip to content

Commit ad3e8c3

Browse files
committed
update ubuntu runner version
1 parent 9905be1 commit ad3e8c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ permissions:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616

1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Set up PHP 8.0
20+
- name: Set up PHP 8.3
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 8.0
23+
php-version: 8.3
2424

2525
- name: Install librdkafka and rdkafka extension
2626
run: |

0 commit comments

Comments
 (0)