mirror of
https://github.com/danog/tg-file-decoder.git
synced 2024-11-26 20:34:39 +01:00
Bump
This commit is contained in:
parent
44b83e2ed0
commit
2a558e7c4b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
tag: ["amd64"]
|
tag: ["amd64"]
|
||||||
php: ["8.1", "8.2"]
|
php: ["8.2", "8.3"]
|
||||||
name: PHP ${{ matrix.php }} Test on ${{ matrix.tag }}
|
name: PHP ${{ matrix.php }} Test on ${{ matrix.tag }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php-64bit": ">=8.1"
|
"php-64bit": ">=8.2.17"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^11",
|
"phpunit/phpunit": "^11",
|
||||||
|
Loading…
Reference in New Issue
Block a user