Skip to content

Commit

Permalink
Add jobs for PHP 8.3 to the CI (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
ste93cry committed Oct 25, 2023
1 parent d721f45 commit 39c3d97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Install dependencies
run: composer update --no-progress --no-interaction --prefer-dist
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'

- name: Install dependencies
run: composer update --no-progress --no-interaction --prefer-dist
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'

- name: Install dependencies
run: composer update --no-progress --no-interaction --prefer-dist
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
symfony-version:
- 4.4.*
- 5.*
Expand Down Expand Up @@ -102,9 +103,7 @@ jobs:
- php: '8.0'
dependencies: lowest
symfony-version: 4.4.*
- php: '8.1'
dependencies: highest
- php: '8.2'
- php: '8.3'
dependencies: highest

steps:
Expand Down

0 comments on commit 39c3d97

Please sign in to comment.