Skip to content

Commit becfe9c

Browse files
committed
Cleanup GH workflows and switch to 8.4 as default version
1 parent a172d97 commit becfe9c

4 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,5 @@ jobs:
3838
dependency-versions: ${{ matrix.dependencies }}
3939
composer-options: "${{ matrix.composer-options }}"
4040

41-
- name: Require type-info-extras
42-
if: ${{ matrix.php >= '8.2' }}
43-
run: composer require radebatz/type-info-extras -W
44-
4541
- name: PHPUnit Tests
4642
run: bin/phpunit --configuration phpunit.xml.dist --coverage-text

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.3'
21+
php-version: '8.4'
2222

2323
- uses: ramsey/composer-install@v3
2424
with:

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.3'
21+
php-version: '8.4'
2222

2323
- uses: ramsey/composer-install@v3
2424
with:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.3'
21+
php-version: '8.4'
2222

2323
- uses: ramsey/composer-install@v3
2424
with:

0 commit comments

Comments
 (0)