Skip to content

Commit b1741cf

Browse files
committed
Use runner image ubuntu 24.04
1 parent 177971b commit b1741cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
phpunit:
1515
name: "PHPUnit"
16-
runs-on: "ubuntu-20.04"
16+
runs-on: "ubuntu-24.04"
1717

1818
strategy:
1919
fail-fast: false

0 commit comments

Comments
 (0)