Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator authored Jan 16, 2024
1 parent ceeb9e1 commit 75cf05f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ permissions:
jobs:
build:

runs-on: ubuntu-20.04
container:
image: php:8.2
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Update composer
run: composer update
- name: Setup PHP
id: setup-php
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down

0 comments on commit 75cf05f

Please sign in to comment.