Skip to content

Commit 9db953f

Browse files
authored
Add PHP 8.1 to the CI matrix (#66)
1 parent b82514a commit 9db953f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "installing PHP"
1616
uses: "shivammathur/setup-php@v2"
1717
with:
18-
php-version: "8.0"
18+
php-version: "8.1"
1919
ini-values: memory_limit=-1
2020
tools: composer:v2, phpstan, cs2pr
2121

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "7.3"
2424
- "7.4"
2525
- "8.0"
26+
- "8.1"
2627
operating-system:
2728
- "ubuntu-latest"
2829

0 commit comments

Comments
 (0)