We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef79e61 commit 4b903adCopy full SHA for 4b903ad
1 file changed
.github/workflows/main.yml
@@ -1,5 +1,5 @@
1
on: [push]
2
-name: pluginTemplate
+name: ashSecurityHeaders
3
jobs:
4
pluginTemplate:
5
runs-on: ubuntu-latest
@@ -8,16 +8,16 @@ jobs:
8
matrix:
9
include:
10
- application: ojs
11
- php-version: 8.3
+ php-version: 8.1
12
database: mysql
13
14
- php-version: 8.2
+ php-version: 7.4
15
16
17
18
database: pgsql
19
20
21
22
23
name: pluginTemplate
0 commit comments