Explorar el Código

add php 8.x to github workflows

viest hace 2 años
padre
commit
ef4f2a10ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -8,7 +8,7 @@ jobs:
     strategy:
       matrix:
         operating-system: [ubuntu-latest]
-        php-versions: ['8.0']
+        php-versions: ['8.0', '8.1', '8.2']
         include:
           - operating-system: 'ubuntu-18.04'
             php-versions: '7.0'