Skip to content

Commit a9171b6

Browse files
authored
Update CI to php 8.1
1 parent 7d667bc commit a9171b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "Set-up PHP"
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: 8.0
26+
php-version: 8.1
2727
coverage: none
2828
tools: "composer:v2"
2929

@@ -91,7 +91,7 @@ jobs:
9191
- name: Set-up PHP
9292
uses: shivammathur/setup-php@v2
9393
with:
94-
php-version: 8.0
94+
php-version: 8.1
9595
coverage: none
9696

9797
- name: Fetch branch from where the PR started

0 commit comments

Comments
 (0)