Skip to content

Commit

Permalink
Update php range for ci and temporary disable stan
Browse files Browse the repository at this point in the history
Signed-off-by: pine3ree <[email protected]>
  • Loading branch information
pine3ree committed Oct 5, 2023
1 parent 6694e6e commit cd808e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
operating-systems: [ubuntu-latest]
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
php-versions: ['7.4', '8.0', '8.1', '8.2']
composer-deps: ['lowest', 'latest']

runs-on: ${{ matrix.operating-systems }}
Expand Down Expand Up @@ -99,9 +99,9 @@ jobs:
id: phpcs
run: composer cs

- name: Static Analysis (phpstan)
id: phpstan
run: composer stan
# - name: Static Analysis (phpstan)
# id: phpstan
# run: composer stan

# - name: Test MySQL connection
# run: mysql --host=localhost --protocol=TCP --port=3306 --user=p3_db_user --password=secret123 -e "SHOW DATABASES"
Expand Down

0 comments on commit cd808e1

Please sign in to comment.