Skip to content

Commit 4614240

Browse files
Update php.yml
Change the Linux runtime to use PHP 8.3 as required by this library
1 parent fc78a96 commit 4614240

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ permissions:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
# ubuntu-24.04 has PHP 8.3
16+
# see https://github.com/marketplace/actions/setup-php-action
17+
runs-on: ubuntu-24.04
1618

1719
steps:
1820
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)