Skip to content

Commit

Permalink
Use PHP 8.1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 authored Oct 29, 2024
1 parent d36a941 commit e57af6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:
jobs:
build:

# ubuntu-24.04 has PHP 8.3
# ubuntu-latest has PHP 8.1
# see https://github.com/marketplace/actions/setup-php-action
runs-on: ubuntu-24.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e57af6c

Please sign in to comment.