This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
XRay
mirror of
https://github.com/aaronpk/XRay.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
77
Wiki
Activity
Browse Source
remove old php version
pull/107/head
Josemar Lohn
3 years ago
parent
eb7034e648
commit
26e4b2b409
No known key found for this signature in database
GPG Key ID:
441E69D80355E46F
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/php.yml
+ 1
- 1
.github/workflows/php.yml
View File
@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
php-versions
:
[
"7.
0"
,
"7.1"
,
"7.
2"
,
"7.3"
,
"7.4"
,
"8.0"
,
"8.1"
]
php-versions
:
[
"7.2"
,
"7.3"
,
"7.4"
,
"8.0"
,
"8.1"
]
runs-on
:
ubuntu-latest
steps:
Write
Preview
Loading…
Cancel
Save