Skip to content

Commit

Permalink
bump php
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Apr 14, 2024
1 parent 338b567 commit d9169c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ["8.1"]
php-versions: ["8.2"]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
tools: composer:v2
coverage: none
- name: Require Vapor CLI
Expand Down

0 comments on commit d9169c3

Please sign in to comment.