Skip to content

Commit dc676d6

Browse files
authored
PHP 8.1 support (#26)
* Update build.yml * Update pull_request.yml
1 parent bc605f0 commit dc676d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
15-
php: [8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5]
15+
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5]
1616

1717
name: PHP ${{ matrix.php }} - ${{ matrix.os }}
1818

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macOS-latest]
12-
php: [8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5]
12+
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5]
1313

1414
name: PHP ${{ matrix.php }} - ${{ matrix.os }}
1515

0 commit comments

Comments
 (0)