We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7c38e commit ad13022Copy full SHA for ad13022
1 file changed
.github/workflows/test-application.yaml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
test:
13
name: "PHP ${{ matrix.php-version }} ${{ matrix.dependencies }} ${{ matrix.dev-dependencies && 'dev' }}"
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
15
16
strategy:
17
fail-fast: false
@@ -22,7 +22,8 @@ jobs:
22
- php-version: '8.1'
23
- php-version: '8.2'
24
- php-version: '8.3'
25
- - php-version: '8.3'
+ - php-version: '8.4'
26
+ - php-version: '8.5'
27
28
steps:
29
- name: Checkout project
0 commit comments