Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienPillevesse committed Oct 30, 2024
1 parent 96f7619 commit 13b5595
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
php-versions: [ '8.3' ]

steps:
- uses: actions/checkout@v2

- name: Setup PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: json, tokenizer

- name: Validate composer.json and composer.lock
Expand All @@ -38,6 +43,7 @@ jobs:
- name: Setup PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: json, tokenizer

- name: Validate composer.json and composer.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php-versions: [ '8.1', '8.2' ]
php-versions: [ '8.3' ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 13b5595

Please sign in to comment.