Skip to content

Commit 30644cf

Browse files
committedNov 6, 2023
Use latest OS
1 parent 635c638 commit 30644cf

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed
 

‎.travis.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
os: linux
12
language: php
2-
php:
3-
- '8.0'
4-
- '8.1'
5-
- '8.2'
3+
jobs:
4+
include:
5+
- php: '8.0'
6+
dist: focal
7+
- php: '8.1'
8+
dist: jammy
9+
- php: '8.2'
10+
dist: jammy
611

712
before_script: composer install
813
script:

0 commit comments

Comments
 (0)
Please sign in to comment.