Skip to content

Commit 6809a07

Browse files
authored
Adds php 8.2 to ci matrix (#134)
1 parent 2a6d638 commit 6809a07

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
operating-system: [ ubuntu-20.04 ]
13-
php-versions: ['8.1']
12+
php-versions: ['8.0']
1413

1514
name: Upload coverage report
1615
steps:

.github/workflows/pull-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
operating-system: [ ubuntu-20.04 ]
12-
php-versions: ['8.0', '8.1']
11+
php-versions: ['8.0', '8.1', '8.2']
1312

1413
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1514
steps:

0 commit comments

Comments
 (0)