Skip to content

Commit 793b2f7

Browse files
committed
Finish dropping support for PHP 8.1
1 parent bea0356 commit 793b2f7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ jobs:
66
strategy:
77
matrix:
88
php-version:
9-
- '8.1'
109
- '8.2'
10+
- '8.3'
11+
- '8.4'
1112

1213
name: PHP ${{ matrix.php-version }}
1314

@@ -49,7 +50,7 @@ jobs:
4950
- name: Setup PHP, with composer and extensions
5051
uses: shivammathur/setup-php@v2
5152
with:
52-
php-version: 8.1
53+
php-version: 8.2
5354
coverage: none
5455
tools: cs2pr
5556

@@ -75,7 +76,7 @@ jobs:
7576
- name: Setup PHP, with composer and extensions
7677
uses: shivammathur/setup-php@v2
7778
with:
78-
php-version: 8.1
79+
php-version: 8.2
7980
coverage: none
8081

8182
- name: Cache composer dependencies
@@ -102,7 +103,7 @@ jobs:
102103
- name: Setup PHP, with composer and extensions
103104
uses: shivammathur/setup-php@v2
104105
with:
105-
php-version: 8.1
106+
php-version: 8.2
106107
coverage: pcov
107108

108109
- name: Cache composer dependencies

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
analysis:
1515
image: default-bionic
1616
environment:
17-
php: 8.1.2
17+
php: 8.2
1818
tests:
1919
override:
2020
- php-scrutinizer-run

0 commit comments

Comments
 (0)