Skip to content

Commit 80378be

Browse files
committed
⬆️ support shortid-php v1
1 parent 4bff391 commit 80378be

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
php:
13-
- '7.2'
14-
- '7.3'
15-
- '7.4'
16-
- '8.0'
1712
include:
1813
- description: 'lowest'
1914
php: '7.2'
@@ -22,8 +17,10 @@ jobs:
2217
php: '7.3'
2318
- description: '7.4'
2419
php: '7.4'
25-
- description: 'latest'
20+
- description: '8.0'
2621
php: '8.0'
22+
- description: 'latest'
23+
php: '8.1'
2724
name: PHP ${{ matrix.php }} tests
2825
steps:
2926
- name: Checkout

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"require": {
2424
"php": "^7.1 || ^8.0",
25-
"doctrine/orm": "^2.4",
26-
"pugx/shortid-php": "^0.7"
25+
"doctrine/orm": "^2.6",
26+
"pugx/shortid-php": "^1.0"
2727
},
2828
"require-dev": {
2929
"dg/bypass-finals": "^1.3",

0 commit comments

Comments
 (0)