Skip to content

Commit adc181f

Browse files
committed
chore: Updating default branch
1 parent a7333ed commit adc181f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: PHP Composer
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
run:
1111
runs-on: ${{ matrix.operating-system }}
1212
strategy:
1313
matrix:
1414
operating-system: ['ubuntu-latest']
15-
php-versions: ['8.3']
15+
php-versions: ['8.3', '8.4']
1616
phpunit-versions: ['latest']
1717
steps:
1818
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "~8.3.0",
16+
"php": "^8.3 || ^8.4",
1717
"lcobucci/jwt": "^5.5",
1818
"lcobucci/clock": "^3.3"
1919

0 commit comments

Comments
 (0)