We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bff391 commit 80378beCopy full SHA for 80378be
2 files changed
.github/workflows/build.yaml
@@ -9,11 +9,6 @@ jobs:
9
runs-on: ubuntu-20.04
10
strategy:
11
matrix:
12
- php:
13
- - '7.2'
14
- - '7.3'
15
- - '7.4'
16
- - '8.0'
17
include:
18
- description: 'lowest'
19
php: '7.2'
@@ -22,8 +17,10 @@ jobs:
22
php: '7.3'
23
- description: '7.4'
24
php: '7.4'
25
- - description: 'latest'
20
+ - description: '8.0'
26
21
php: '8.0'
+ - description: 'latest'
+ php: '8.1'
27
name: PHP ${{ matrix.php }} tests
28
steps:
29
- name: Checkout
composer.json
@@ -22,8 +22,8 @@
],
"require": {
"php": "^7.1 || ^8.0",
- "doctrine/orm": "^2.4",
- "pugx/shortid-php": "^0.7"
+ "doctrine/orm": "^2.6",
+ "pugx/shortid-php": "^1.0"
},
"require-dev": {
"dg/bypass-finals": "^1.3",
0 commit comments