]> BookStack Code Mirror - bookstack/commitdiff
Updated GH actions to use strings for php versions
authorDan Brown <redacted>
Sat, 20 Mar 2021 15:40:08 +0000 (15:40 +0000)
committerDan Brown <redacted>
Sat, 20 Mar 2021 15:40:08 +0000 (15:40 +0000)
Looked like 8.0 was being converted to 8

.github/workflows/phpunit.yml
.github/workflows/test-migrations.yml

index e96c346fd8cdba329ca06c9ebc72e3e279748d6f..b0ef05b8fcf43c0c001ef5615ce360ba2d0c45e3 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     runs-on: ubuntu-20.04
     strategy:
       matrix:
-        php: [7.3, 7.4, 8.0]
+        php: ['7.3', '7.4', '8.0']
     steps:
     - uses: actions/checkout@v1
 
index 053bac66fa1f5336e0e7b998b58ab3a70a61307d..34aaf9c3fc9b1f2c1cb2b09a2dc08aeb792f697b 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     runs-on: ubuntu-20.04
     strategy:
       matrix:
-        php: [7.3, 7.4, 8.0]
+        php: ['7.3', '7.4', '8.0']
     steps:
       - uses: actions/checkout@v1
 
Morty Proxy This is a proxified and sanitized view of the page, visit original site.