We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7333ed commit adc181fCopy full SHA for adc181f
2 files changed
.github/workflows/php.yml
@@ -2,17 +2,17 @@ name: PHP Composer
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ main ]
6
pull_request:
7
8
9
jobs:
10
run:
11
runs-on: ${{ matrix.operating-system }}
12
strategy:
13
matrix:
14
operating-system: ['ubuntu-latest']
15
- php-versions: ['8.3']
+ php-versions: ['8.3', '8.4']
16
phpunit-versions: ['latest']
17
steps:
18
- name: Checkout
composer.json
@@ -13,7 +13,7 @@
}
],
"require": {
- "php": "~8.3.0",
+ "php": "^8.3 || ^8.4",
"lcobucci/jwt": "^5.5",
"lcobucci/clock": "^3.3"
19
0 commit comments