Skip to content

Commit 3db3c5e

Browse files
authored
Fix CI: update runner from ubuntu-22.04 to ubuntu-24.04 (#260)
1 parent c1667dc commit 3db3c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
test:
2121
name: PHP ${{ matrix.php-version }} (${{ matrix.experimental && 'experimental' || 'full support' }})
2222

23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424

2525
strategy:
2626
fail-fast: false

0 commit comments

Comments
 (0)