Skip to content

Commit 1bb68e8

Browse files
committed
adjust build matrix
1 parent e2d3906 commit 1bb68e8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: CI
33
on:
44
push:
55
branches:
6-
- 2.x
6+
- '[0-9]+.x'
7+
- '[0-9]+.[0-9]+'
8+
- '[0-9]+.[0-9]+.x'
79
pull_request:
810

911
jobs:
@@ -91,7 +93,7 @@ jobs:
9193
- name: Setup PHP
9294
uses: shivammathur/setup-php@v2
9395
with:
94-
php-version: 7.4
96+
php-version: 8.3
9597
tools: composer
9698
coverage: xdebug
9799

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4 || ^8.0",
12+
"php": "^8.1",
1313
"nyholm/psr7": "^1.8.1",
1414
"php-http/httplug": "^2.4",
1515
"psr/http-client": "^1.0",

0 commit comments

Comments
 (0)