We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5668cd commit 2ba7930Copy full SHA for 2ba7930
1 file changed
.github/workflows/CI.yml
@@ -26,8 +26,8 @@ jobs:
26
strategy:
27
matrix:
28
os:
29
- - ubuntu-latest
30
- - windows-latest
+ - ubuntu-24.04
+ - windows-2022
31
32
runs-on: ${{ matrix.os }}
33
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup PHP
38
uses: shivammathur/setup-php@v2
39
with:
40
- php-version: "8.2"
+ php-version: "8.3"
41
42
- name: Validate Composer Files
43
run: composer validate --strict
@@ -52,7 +52,7 @@ jobs:
52
${{ runner.os }}-php-
53
54
- name: Install Dependencies
55
- run: composer install --no-progress
+ run: composer update --no-progress
56
57
- name: Run Test Suite
58
run: composer test
0 commit comments