Skip to content

Commit 2899efe

Browse files
committed
Update GH Actions
1 parent 7911abd commit 2899efe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.1'
20+
php-version: '8.2'
2121
coverage: none
2222

2323
- name: Install composer dependencies

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
php: [8.1, '8.2']
18+
php: ['8.1', '8.2', '8.3']
1919
dependencies: [lowest, highest]
2020
experimental: [false]
2121

0 commit comments

Comments
 (0)