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:
|
||||
matrix:
|
||||
tag: ["amd64"]
|
||||
php: ["8.1", "8.2"]
|
||||
php: ["8.2", "8.3"]
|
||||
name: PHP ${{ matrix.php }} Test on ${{ matrix.tag }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -11,7 +11,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php-64bit": ">=8.1"
|
||||
"php-64bit": ">=8.2.17"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^11",
|
||||
|
Loading…
Reference in New Issue
Block a user