Skip to content

Commit

Permalink
Remove extra php-version
Browse files Browse the repository at this point in the history
  • Loading branch information
TecsiAron authored Jul 24, 2024
1 parent 3948773 commit 4b15930
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ permissions:

jobs:
build:

runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand All @@ -24,7 +23,6 @@ jobs:
uses: actions/cache@v3
with:
path: vendor
php-version: "8.2"
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
Expand Down

0 comments on commit 4b15930

Please sign in to comment.