Skip to content

Commit 8337a86

Browse files
fingers crossed
1 parent 546f4cd commit 8337a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
Analysis:
99
strategy:
1010
matrix:
11-
php-versions: ['8.0']
11+
php-versions: ['8.2']
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
@@ -53,7 +53,7 @@ jobs:
5353
Tests:
5454
strategy:
5555
matrix:
56-
php-versions: ['8.0', '8.1', '8.2']
56+
php-versions: ['8.0', '8.1', '8.2', '8.3']
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Checkout

0 commit comments

Comments
 (0)