Skip to content

Commit 2ba7930

Browse files
committed
Fix CI
1 parent e5668cd commit 2ba7930

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
strategy:
2727
matrix:
2828
os:
29-
- ubuntu-latest
30-
- windows-latest
29+
- ubuntu-24.04
30+
- windows-2022
3131

3232
runs-on: ${{ matrix.os }}
3333

@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup PHP
3838
uses: shivammathur/setup-php@v2
3939
with:
40-
php-version: "8.2"
40+
php-version: "8.3"
4141

4242
- name: Validate Composer Files
4343
run: composer validate --strict
@@ -52,7 +52,7 @@ jobs:
5252
${{ runner.os }}-php-
5353
5454
- name: Install Dependencies
55-
run: composer install --no-progress
55+
run: composer update --no-progress
5656

5757
- name: Run Test Suite
5858
run: composer test

0 commit comments

Comments
 (0)