Skip to content

Commit

Permalink
drop PHP 8.1 on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 8, 2024
1 parent c25c75c commit b874915
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- "ubuntu-22.04"

php-version:
- "8.1"
- "8.2"

steps:
- # https://github.com/actions/checkout
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ jobs:
env:
DOCKER_BUILD_TAG: ${{ github.event.inputs.tag || 'latest' }}

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- # https://github.com/actions/checkout
name: Checkout code
uses: actions/checkout@v4
- # https://github.com/shivammathur/setup-php
name: Setup PHP runtime
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: "none"
- # https://github.com/docker/setup-qemu-action
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit b874915

Please sign in to comment.