Skip to content

Commit 1d2a6ec

Browse files
committed
update github actions to run on ubuntu 24.04
1 parent 8431f8a commit 1d2a6ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
strategy:
99
matrix:
1010
php-versions: ['8.1', '8.2', '8.3', '8.4']

0 commit comments

Comments
 (0)