Skip to content

Commit

Permalink
actions php8.3 and pint
Browse files Browse the repository at this point in the history
  • Loading branch information
countnoobula committed Jul 4, 2024
1 parent 91f78dc commit 393b906
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
types: [completed]

env:
default-php-version: '8.0'
default-php-version: '8.3'
coverage-with: 'sqlite'


Expand All @@ -39,14 +39,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0']
php-version: ['8.3']
connection: [sqlite, mysql, pgsql]
testsuite: [Unit]
coverage: [true] # run test with coverage, if 'coverage-with' match with the connection
include:
- connection: sqlite
testsuite: Integration
php-version: '8.0'
php-version: '8.3'
coverage: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0']
php-version: ['8.3']
browser: [chrome]
containers: [1, 2, 3, 4, 5, 6, 7, 8]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
workflow_dispatch:

env:
php-version: '8.0'
php-version: '8.3'
node-version: 16

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * *'

env:
php-version: '8.0'
php-version: '8.3'
node-version: 16


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
php-version: '8.0'
php-version: '8.3'
node-version: 16


Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [completed]

env:
php-version: '8.0'
php-version: '8.3'


jobs:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader

- name: Fix PHP code to follow standards
run: vendor/bin/php-cs-fixer fix
run: vendor/bin/pint

psalm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 393b906

Please sign in to comment.