Skip to content

Commit

Permalink
Use PHP 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Feb 8, 2024
1 parent dfcc5d9 commit af87bf0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
run: composer phpstan
- name: 'Coding Standards'
run: composer fix-cs
# Tests could be run here too, just set the environment variables as needed, see:
# https://docs.github.com/en/actions/learn-github-actions/variables
# - name: 'Tests'
# run: composer test
name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest
steps:
Expand All @@ -35,7 +31,7 @@ jobs:
id: setup-php
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.0.2
extensions: 'ctype,curl,dom,iconv,imagick,intl,json,mbstring,openssl,pcre,pdo,reflection,spl,zip'
ini-values: post_max_size=256M, max_execution_time=180, memory_limit=512M
tools: composer:v2
Expand Down

0 comments on commit af87bf0

Please sign in to comment.