Skip to content

Commit

Permalink
Modify CI PHP version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldemeery committed Oct 25, 2024
1 parent e5e844a commit b009d16
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/php.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Unit Tests

name: Tests
on:
push:
branches: [ "master" ]
Expand All @@ -10,13 +9,18 @@ permissions:
contents: read

jobs:
build:

test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

-
name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'

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

0 comments on commit b009d16

Please sign in to comment.