Skip to content

Commit

Permalink
PHP version 8.2 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
TecsiAron authored Jul 24, 2024
1 parent 32093af commit 3948773
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: PHP Composer

on:
push:
branches: [ "main" ]
Expand All @@ -11,12 +10,12 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest


runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4

with:
php-version: "8.2"
- name: Validate composer.json and composer.lock
run: composer validate --strict --no-check-all

Expand All @@ -25,6 +24,7 @@ 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 3948773

Please sign in to comment.